MathFunctions.square

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto square(U unit)
    mixintemplate MathFunctions(N, string module_ = "std.math")
    square
    (
    U
    )
    ()
    if (
    is(U.valueType == N)
    )
  2. auto cubic(U unit)
  3. auto pow(U unit)
  4. auto sqrt(Q quantity)
  5. auto cbrt(Q quantity)
  6. auto nthRoot(Q quantity)
  7. Q abs(Q quantity)

Meta