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