* 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.
()
| 445 | * rounding errors. |
| 446 | */ |
| 447 | toUnsafeFloat() { return parseFloat(this.toString()); } |
| 448 | /** |
| 449 | * Return a new [[FixedNumber]] with the same value but has had |
| 450 | * its field set to %%format%%. |