eLabSDK2.Calculate

Hierarchy

  • default

    Calculate

Methods

divide

Static divide(x, y): number

Divide x with y with big number support.

Parameters

NameTypeDescription
xnumberA number to divide.
ynumberA number to divide with

Returns

number

The addition of x and y.


multiply

Static multiply(x, y): number

Multiply x with y with big number support.

Parameters

NameTypeDescription
xnumberA number to multiply.
ynumberA number to multiply.

Returns

number

The multiplication of x and y.


© 2023 eLabNext