UNPKG

nan-x

Version:

The constant NaN derived mathematically by 0 / 0.

9 lines (7 loc) 136 B
/** * The constant NaN derived mathematically by 0 / 0. * * @type number */ const constantNAN = 0 / 0; export default constantNAN;