Changeset 667
- Timestamp:
- Jul 27, 2015, 5:56:16 PM (9 years ago)
- Location:
- soft/giet_vm
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r662 r667 124 124 build/libs/math/s_scalbn.o \ 125 125 build/libs/math/s_sin.o \ 126 build/libs/math/s_cos.o \ 126 127 build/libs/math/e_sqrt.o 127 128 -
soft/giet_vm/giet_libs/math.h
r581 r667 9 9 double floor (double x); 10 10 double sin (double x); 11 double cos (double x); 11 12 double pow (double x, double y); 12 13 int isnan (double x);
Note: See TracChangeset
for help on using the changeset viewer.