time-to-botec/squiggle/node_modules/@stdlib/bigint/ctor/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

30 lines
503 B
Plaintext

{{alias}}( value )
Returns a BigInt.
Unlike conventional constructors, this function does **not** support the
`new` keyword.
This function is only supported in environments which support BigInts.
Parameters
----------
value: integer|string
Value of the BigInt.
Returns
-------
out: BigInt
BigInt.
Examples
--------
> var v = ( {{alias}} ) ? {{alias}}( '1' ) : null
TODO: document properties/methods
See Also
--------