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