exact(n)
Return an exact representation of the number n.
n
exact(3.0) // 3 exact(-.25) // -1/4 exact(1e20) // 100000000000000000000
Core Module Index | Contents