inexact(n)
Return an inexact representation of the number n.
n
inexact(3) // 3. inexact(-1/4) // -.25 inexact(expt(10, 20)) // 1e20
Core Module Index | Contents