Function
Static Public Summary | ||
public |
add32(a: *, b: *) |
|
public |
and32(a: *, b: *) |
|
public |
decreasing(a: number, b: number): number Decreasing order for int32 arithmetic type. |
|
public |
div32(a: *, b: *) |
|
public |
increasing(a: number, b: number): number Increasing order for int32 arithmetic type. |
|
public |
int32(x: *) |
|
public |
mul32(a: *, b: *) |
|
public |
neg32(x: *) |
|
public |
not32(a: *) |
|
public |
or32(a: *, b: *) |
|
public |
shl32(a: *, b: *) |
|
public |
shl32(a: *, b: *) |
|
public |
sub32(a: *, b: *) |
|
public |
xor32(a: *, b: *) |
Static Public
public add32(a: *, b: *) source
import add32 from '@arithmetic-type/int32/src/arithmetic/add32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public and32(a: *, b: *) source
import and32 from '@arithmetic-type/int32/src/logic/and32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public decreasing(a: number, b: number): number source
import decreasing from '@arithmetic-type/int32/src/order/decreasing.js'
Decreasing order for int32 arithmetic type.
public div32(a: *, b: *) source
import div32 from '@arithmetic-type/int32/src/arithmetic/div32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public increasing(a: number, b: number): number source
import increasing from '@arithmetic-type/int32/src/order/increasing.js'
Increasing order for int32 arithmetic type.
public int32(x: *) source
import int32 from '@arithmetic-type/int32/src/coerce/int32.js'
Params:
Name | Type | Attribute | Description |
x | * |
public mul32(a: *, b: *) source
import mul32 from '@arithmetic-type/int32/src/arithmetic/mul32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public neg32(x: *) source
import neg32 from '@arithmetic-type/int32/src/arithmetic/neg32.js'
Params:
Name | Type | Attribute | Description |
x | * |
public not32(a: *) source
import not32 from '@arithmetic-type/int32/src/logic/not32.js'
Params:
Name | Type | Attribute | Description |
a | * |
public or32(a: *, b: *) source
import or32 from '@arithmetic-type/int32/src/logic/or32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public shl32(a: *, b: *) source
import shl32 from '@arithmetic-type/int32/src/shift/shl32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public shl32(a: *, b: *) source
import shl32 from '@arithmetic-type/int32/src/shift/shr32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public sub32(a: *, b: *) source
import sub32 from '@arithmetic-type/int32/src/arithmetic/sub32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |
public xor32(a: *, b: *) source
import xor32 from '@arithmetic-type/int32/src/logic/xor32.js'
Params:
Name | Type | Attribute | Description |
a | * | ||
b | * |