Function cloneBig

  • Clone a Big instance

    Parameters

    • big: Big

      The Big instance to clone.

    Returns Big

    • The cloned Big instance.

    Example

    cloneBig(new Big(123.456)); // new Big instance with the same value and scale as the original
    

Generated using TypeDoc