inexact


inexact(n)
      

Return an inexact representation of the number n.

Examples:


inexact(3)
// 3.

inexact(-1/4)
// -.25

inexact(expt(10, 20))
// 1e20
      

Also see:

inexact
is_number
is_exact


Core Module Index | Contents