* Returns a float approximation. * * Due to IEEE 754 precission (or lack thereof), this function * can only return an approximation and most values will contain * rounding errors.
()
| 442 | * rounding errors. |
| 443 | */ |
| 444 | toUnsafeFloat() { return parseFloat(this.toString()); } |
| 445 | /** |
| 446 | * Return a new [[FixedNumber]] with the same value but has had |
| 447 | * its field set to %%format%%. |