exp

Returns the exponent of the argument at the current precision. Decimal version of std.math function. Required by General Decimal Arithmetic Specification

  1. D exp(D arg, int precision)
  2. D exp(D num, Context context, int guardDigits)
    D
    exp
    (
    D
    )
    (
    D num
    ,
    Context context = D.context
    ,
    int guardDigits = 2
    )

Meta