Changeset 9adb61d in mainline for uspace/lib/math/include/trig.h


Ignore:
Timestamp:
2015-09-05T11:50:00Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
996dc042, ba8eecf
Parents:
e6f5766
Message:

Add single-precision variant for all functions. Allow generic implementations to call other functions while selecting the number of bits of precision, but not the implementation (generic or arch-specific).

File:
1 edited

Legend:

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

    re6f5766 r9adb61d  
    3838#include <mathtypes.h>
    3939
     40extern float32_t float32_sin(float32_t);
    4041extern float64_t float64_sin(float64_t);
     42extern float32_t float32_cos(float32_t);
    4143extern float64_t float64_cos(float64_t);
    4244
Note: See TracChangeset for help on using the changeset viewer.