Calculates the natural logarithm for each element in an array of double-precision values.
SDKs
- iOS 5.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Accelerate
Declaration
func vvlog(_: Unsafe Mutable Pointer<Double>, _: Unsafe Pointer<Double>, _: Unsafe Pointer<Int32>)
Parameters
parameter 1
The output array, y.
parameter 2
The input array, x.
parameter 3
The number of elements in the arrays.