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