format %e problem
Posted: Tue Dec 25, 2012 8:31 am
Hi guys
in newlisp docs
But when I reverse this
Got the different results
Why is this happend?
---
newLISP v.10.4.4 on OSX IPv4/6. 64bits
in newlisp docs
Code: Select all
(format "%e" 123456789) → "1.234568e+08"
Code: Select all
> (int 1.234568e+08)
123456800
Why is this happend?
---
newLISP v.10.4.4 on OSX IPv4/6. 64bits