Changeset 0fc52b6 for src/libcfa/math
- Timestamp:
- Jul 12, 2018, 9:14:07 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 3007c0b, 8f91c9ae
- Parents:
- 777ed2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/math
r777ed2b r0fc52b6 10 10 // Created On : Mon Apr 18 23:37:04 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 7 07:51:15 201713 // Update Count : 10 812 // Last Modified On : Wed Jul 11 21:12:54 2018 13 // Update Count : 109 14 14 // 15 15 … … 348 348 static inline long double scalbln( long double x, long int exp ) { return scalblnl( x, exp ); } 349 349 350 //--------------------------------------- 351 352 #include "common" 353 350 354 // Local Variables: // 351 355 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.