Changeset 667 for soft


Ignore:
Timestamp:
Jul 27, 2015, 5:56:16 PM (9 years ago)
Author:
guerin
Message:

math: add cos()

Location:
soft/giet_vm
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r662 r667  
    124124                build/libs/math/s_scalbn.o     \
    125125                build/libs/math/s_sin.o        \
     126                build/libs/math/s_cos.o        \
    126127                build/libs/math/e_sqrt.o       
    127128
  • soft/giet_vm/giet_libs/math.h

    r581 r667  
    99double  floor   (double x);
    1010double  sin             (double x);
     11double  cos             (double x);
    1112double  pow             (double x, double y);
    1213int             isnan   (double x);
Note: See TracChangeset for help on using the changeset viewer.