Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/math

    r8884112 rdc5376a  
    184184
    185185float atan2( float, float );
    186 // extern "C" { double atan2( double, double ); }
     186double atan2( double, double );
    187187long double atan2( long double, long double );
    188188
Note: See TracChangeset for help on using the changeset viewer.