Ignore:
File:
1 edited

Legend:

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

    re6f5766 ra11bcb1  
    3838#include <mathtypes.h>
    3939
    40 extern float32_t float32_trunc(float32_t);
    41 extern float64_t float64_trunc(float64_t);
     40extern float64 trunc_float64(float64);
    4241
    4342#endif
Note: See TracChangeset for help on using the changeset viewer.