vlog10f(_:)
Computes the base-10 logarithm of values in a vector.
Declaration
func vlog10f(_: vFloat) -> vFloatReturn 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.