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