Changeset 3414 for trunk/Ohana/src/opihi/lib.shell/dvomath.c
- Timestamp:
- Mar 13, 2005, 4:24:23 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/dvomath.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/dvomath.c
r2801 r3414 63 63 switch (*size) { 64 64 case 0: 65 sprintf (outname, "% g", stack[0].Float);65 sprintf (outname, "%.12g", stack[0].Float); 66 66 break; 67 67
Note:
See TracChangeset
for help on using the changeset viewer.
