Required Static Methodswift-numerics 1.0.3RealModule

exp10(_:)

10^x

RealFunctions.swift:54
static func exp10(_ x: Self) -> Self

See also:

  • exp()

  • expMinusOne()

  • exp2()

  • log10()

  • pow()