Changeset 3b814c3a in mainline for uspace/lib/c/include/math.h


Ignore:
Timestamp:
2018-08-30T19:12:03Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Children:
bbdca54
Parents:
ace1bca4
Message:

Add nearbyint() and PCUT-based tests for present rounding functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/math.h

    race1bca4 r3b814c3a  
    312312#define copysignl __builtin_copysignl
    313313
     314#define nextafter __builtin_nextafter
     315#define nextafterf __builtin_nextafterf
     316#define nextafterl __builtin_nextafterl
     317
    314318#endif
    315319
Note: See TracChangeset for help on using the changeset viewer.