Function pow

  • pow(value: string | number | Decimal, precision?: number, round?: Rounding): string
  • Parameters

    • value: string | number | Decimal
    • precision: number = DEFAULT_PRECISION
    • round: Rounding = Decimal.ROUND_DOWN

    Returns string