Contents

log10(_:)

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

Declaration

func log10(_ x: simd_float16) -> simd_float16

See Also

Exponential and Logarithmic Functions