Hierarchy

  • Number192

Properties

MAX: Number192 = ...
ONE: Number192 = ...
PRECISION: 15 = 15
ZERO: Number192 = ...

Methods

  • Convert this number to fit in a u64

    The precision of the number in the u64 is based on the exponent provided.

    Parameters

    • exponent: number

    Returns BN

  • Ceiling value of number, fit in a u64

    The precision of the number in the u64 is based on the exponent provided.

    The result is rounded up to the nearest one, based on the target precision.

    Parameters

    • exponent: number

    Returns BN

  • Convert this number to fit in a u64

    The precision of the number in the u64 is based on the exponent provided.

    The result is rounded to the nearest one, based on the target precision.

    Parameters

    • exponent: number

    Returns BN

Generated using TypeDoc