Contents

log2(_:)

Returns the base 2 logarithm of each element in a vector.

Declaration

func log2(_ x: simd_float8) -> simd_float8

See Also

Exponential and Logarithmic Functions