exp(_:) Returns e raised to the power of each element in a vector. Declarationfunc exp(_ x: simd_float2) -> simd_float2 See AlsoExponential and Logarithmic Functionsexp2(_:)exp10(_:)expm1(_:)log(_:)log2(_:)log10(_:)log1p(_:)