exp(_:)
The exponential function e^x whose base e
is the base of the natural logarithm.
static func exp(_ x: Self) -> Self
See also:
expMinusOne()
exp2()
(for types conforming toRealFunctions
)exp10()
(for types conforming toRealFunctions
)
The exponential function e^x whose base e
is the base of the natural logarithm.
static func exp(_ x: Self) -> Self
expMinusOne()
exp2()
(for types conforming to RealFunctions
)
exp10()
(for types conforming to RealFunctions
)