Changeset ccb447e for src/libcfa/math
- Timestamp:
- Jul 22, 2016, 2:06:04 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 72e9222
- Parents:
- 6cf27a07 (diff), 31e46b8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/math
r6cf27a07 rccb447e 184 184 185 185 float atan2( float, float ); 186 double atan2( double, double ); 186 // extern "C" { 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.