Changeset 581 for soft/giet_vm/giet_libs
- Timestamp:
- Jun 4, 2015, 1:13:29 PM (10 years ago)
- Location:
- soft/giet_vm/giet_libs
- Files:
- 
          - 20 added
- 1 edited
 
 - 
          math (added)
- 
          math.h (added)
- 
          math/e_pow.c (added)
- 
          math/e_rem_pio2.c (added)
- 
          math/e_sqrt.c (added)
- 
          math/k_cos.c (added)
- 
          math/k_rem_pio2.c (added)
- 
          math/k_sin.c (added)
- 
          math/math_private.h (added)
- 
          math/s_copysign.c (added)
- 
          math/s_fabs.c (added)
- 
          math/s_finite.c (added)
- 
          math/s_floor.c (added)
- 
          math/s_isnan.c (added)
- 
          math/s_rint.c (added)
- 
          math/s_scalbn.c (added)
- 
          math/s_sin.c (added)
- 
          math/sqrt.c (added)
- 
          stdio.c (modified) (1 diff)
- 
          user_sqt_lock.c (added)
- 
          user_sqt_lock.h (added)
 
Legend:
- Unmodified
- Added
- Removed
- 
        soft/giet_vm/giet_libs/stdio.cr580 r581 375 375 376 376 vald -= (double)intp; 377 decp = (unsigned int)(vald * 100000000 );377 decp = (unsigned int)(vald * 1000000000); 378 378 379 379 for(i = 0; i < 10; i++) 
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
