Liking cljdoc? Tell your friends :D

js.BigInt

BigInt is a built-in object that provides a way to represent numbers larger than 253 - 1, which is the largest number JavaScript reliably represent with the js.Number primitive. BigInt can used for arbitrarily large integers.

BigInt is a built-in object that provides a way to represent
numbers larger than 253 - 1, which is the largest number JavaScript
reliably represent with the `js.Number` primitive. BigInt can
used for arbitrarily large integers.
raw docstring

as-int-ncljs

(as-int-n this width bigint)

Method.

The BigInt.asIntN static method is used to wrap a BigInt value a signed integer between -2width-1 and 2width-1-1.

BigInt.asIntN(width, bigint);

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

Method.

The BigInt.asIntN static method is used to wrap a BigInt value
a signed integer between -2width-1 and 2width-1-1.

`BigInt.asIntN(width, bigint);`

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

prototypecljs

(prototype this)

Property.

The BigInt.prototype property represents the prototype for the constructor.

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

Property.

The BigInt.prototype property represents the prototype for the
constructor.

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

set-prototype!cljs

(set-prototype! this val)

Property.

The BigInt.prototype property represents the prototype for the constructor.

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

Property.

The BigInt.prototype property represents the prototype for the
constructor.

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

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

× close