Liking cljdoc? Tell your friends :D
ClojureScript only.

js.Number

The Number JavaScript object is a wrapper object allowing you work with numerical values. A Number object is created using Number() constructor. A primitive type object number is created the Number() function.

The Number JavaScript object is a wrapper object allowing you
work with numerical values. A Number object is created using
Number() constructor. A primitive type object number is created
the Number() function.
raw docstring

epsiloncljs

(epsilon this)

Property.

The Number.EPSILON property represents the difference between and the smallest floating point number greater than 1.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/EPSILON

Property.

The Number.EPSILON property represents the difference between
and the smallest floating point number greater than 1.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/EPSILON`
raw docstring

is-na-ncljs

(is-na-n this value)

Method.

The Number.isNaN() method determines whether the passed value js.NaN and its type is js.Number. It is a more robust version the original, global isNaN().

Number.isNaN(value)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN

Method.

The Number.isNaN() method determines whether the passed value
`js.NaN` and its type is `js.Number`. It is a more robust version
the original, global `isNaN()`.

`Number.isNaN(value)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN`
raw docstring

set-epsilon!cljs

(set-epsilon! this val)

Property.

The Number.EPSILON property represents the difference between and the smallest floating point number greater than 1.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/EPSILON

Property.

The Number.EPSILON property represents the difference between
and the smallest floating point number greater than 1.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/EPSILON`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close