Function
| Static Public Summary | ||
| public |
$0(): * |
|
| public |
$1(): * |
|
| public |
$_1(): * |
|
| public |
add(first: *, second: *): * |
|
| public |
addn(first: *, second: *): * |
|
| public |
div(first: *, second: *): * |
|
| public |
divmod(first: *, second: *): * |
|
| public |
divmodn(first: *, second: *): * |
|
| public |
divn(first: *, second: *): * |
|
| public |
iadd(first: *, second: *): * |
|
| public |
iaddn(first: *, second: *): * |
|
| public |
idiv(first: *, second: *): * |
|
| public |
idivmod(first: *, second: *): * |
|
| public |
idivmodn(first: *, second: *): * |
|
| public |
idivn(first: *, second: *): * |
|
| public |
imod(first: *, second: *): * |
|
| public |
imodn(first: *, second: *): * |
|
| public |
imul(first: *, second: *): * |
|
| public |
imuln(first: *, second: *): * |
|
| public |
ipow(first: *, second: *): * |
|
| public |
ipown(first: *, second: *): * |
|
| public |
isub(first: *, second: *): * |
|
| public |
isubn(first: *, second: *): * |
|
| public |
mod(first: *, second: *): * |
|
| public |
modn(first: *, second: *): * |
|
| public |
mul(first: *, second: *): * |
|
| public |
muln(first: *, second: *): * |
|
| public |
|
|
| public |
pow(first: *, second: *): * |
|
| public |
pown(first: *, second: *): * |
|
| public |
stringify(integer: *, base: *): * |
|
| public |
sub(first: *, second: *): * |
|
| public |
subn(first: *, second: *): * |
|
| Static Private Summary | ||
| private |
_from_number(number: *): * |
|
Static Public
public add(first: *, second: *): * source
import {add} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public addn(first: *, second: *): * source
import {addn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public div(first: *, second: *): * source
import {div} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public divmod(first: *, second: *): * source
import {divmod} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public divmodn(first: *, second: *): * source
import {divmodn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public divn(first: *, second: *): * source
import {divn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public iadd(first: *, second: *): * source
import {iadd} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public iaddn(first: *, second: *): * source
import {iaddn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public idiv(first: *, second: *): * source
import {idiv} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public idivmod(first: *, second: *): * source
import {idivmod} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public idivmodn(first: *, second: *): * source
import {idivmodn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public idivn(first: *, second: *): * source
import {idivn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public imod(first: *, second: *): * source
import {imod} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public imodn(first: *, second: *): * source
import {imodn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public imul(first: *, second: *): * source
import {imul} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public imuln(first: *, second: *): * source
import {imuln} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public ipow(first: *, second: *): * source
import {ipow} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public ipown(first: *, second: *): * source
import {ipown} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public isub(first: *, second: *): * source
import {isub} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public isubn(first: *, second: *): * source
import {isubn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public mod(first: *, second: *): * source
import {mod} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public modn(first: *, second: *): * source
import {modn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public mul(first: *, second: *): * source
import {mul} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public muln(first: *, second: *): * source
import {muln} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public parse(object: *, base: *, is_negative: number): * source
import {parse} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| object | * | ||
| base | * |
|
|
| is_negative | number |
|
Return:
| * |
public pow(first: *, second: *): * source
import {pow} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public pown(first: *, second: *): * source
import {pown} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public stringify(integer: *, base: *): * source
import {stringify} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| integer | * | ||
| base | * |
|
Return:
| * |
public sub(first: *, second: *): * source
import {sub} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
public subn(first: *, second: *): * source
import {subn} from '@aureooms/js-integer/src/integer.js'Params:
| Name | Type | Attribute | Description |
| first | * | ||
| second | * |
Return:
| * |
Static Private
private _from_number(number: *): * source
import {_from_number} from '@aureooms/js-integer/src/_from_number.js'Params:
| Name | Type | Attribute | Description |
| number | * |
Return:
| * |
