Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/math

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