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