exp2(_:) Returns 2 raised to the power of each element in a vector. Declarationfunc exp2(_ x: simd_double2) -> simd_double2 See AlsoExponential and Logarithmic Functionsexp(_:)exp10(_:)expm1(_:)log(_:)log2(_:)log10(_:)log1p(_:)