_zero


_zero
      

This variable is bound to negative zero.

Examples:


_zero
// -0.0
is_zero(_zero)
// true
_zero + 1
// 1.0
      

Also see:

zero
inf
_inf
nan


Core Module Index | Contents