Contents

log1p(_:)

Returns log(1+x) of each element in a vector.

Declaration

func log1p(_ x: simd_double8) -> simd_double8

See Also

Exponential and Logarithmic Functions