Required Static Methodswift-numerics 1.0.3RealModule

exp2(_:)

2^x

RealFunctions.swift:43
static func exp2(_ x: Self) -> Self

See also:

  • exp()

  • expMinusOne()

  • exp10()

  • log2()

  • pow()