Required Static Methodswift-numerics 1.0.3RealModule

exp(_:)

The exponential function e^x whose base e is the base of the natural logarithm.

ElementaryFunctions.swift:66
static func exp(_ x: Self) -> Self

See also:

  • expMinusOne()

  • exp2() (for types conforming to RealFunctions)

  • exp10() (for types conforming to RealFunctions)