_inf


_inf
      

Variable bound to negative infinity.

Examples:


_inf
// -inf.0
is_infinite(_inf)
// true

// infinity begets infinity
is_infinite(_inf - 1)
// true
      

Also see:

inf
nan
zero
_zero


Core Module Index | Contents