Contents

vlog10f(_:)

Computes the base-10 logarithm of values in a vector.

Declaration

func vlog10f(_: vFloat) -> vFloat

Return Value

Returns a vector of floating point values, each of which is the base-10 logarithm of the corresponding value in the source vector.

Parameters:

X

The source vector.

See Also

Exponential and Logarithmic Functions (from vfp.h)