Changes in src/libcfa/math [8884112:dc5376a]
- File:
-
- 1 edited
-
src/libcfa/math (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/math
r8884112 rdc5376a 184 184 185 185 float atan2( float, float ); 186 // extern "C" { double atan2( double, double ); } 186 double atan2( double, double ); 187 187 long double atan2( long double, long double ); 188 188
Note:
See TracChangeset
for help on using the changeset viewer.