Ignore:
File:
1 edited

Legend:

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

    rc0c38c7c r9adb61d  
    3636#define LIBMATH_TRIG_H_
    3737
     38#include <mathtypes.h>
     39
     40extern float32_t float32_sin(float32_t);
    3841extern float64_t float64_sin(float64_t);
     42extern float32_t float32_cos(float32_t);
    3943extern float64_t float64_cos(float64_t);
    4044
Note: See TracChangeset for help on using the changeset viewer.