in reply to RFC: Large Floating Point Numbers - Rounding Errors
Yeah, substr abound, and yet, it's really quite fast.
You can speed up some of the substr usage by using four arguments instead of using substr as an lvalue. For example: substr($num, $cx, 1, $noch + 1) instead of substr($num, $cx, 1) = ($noch + 1).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RFC: Large Floating Point Numbers - Rounding Errors
by GAVollink (Novice) on Sep 08, 2011 at 21:07 UTC |