Contents

exp10(_:)

Returns 10 raised to the power of each element in a vector.

Declaration

func exp10(_ x: simd_float16) -> simd_float16

See Also

Exponential and Logarithmic Functions