Contents

vvexp(_:_:_:)

Calculates e raised to the power of each element in an array of double-precision values.

Declaration

func vvexp(_: UnsafeMutablePointer<Double>, _: UnsafePointer<Double>, _: UnsafePointer<Int32>)

Parameters:

parameter 1

The output array, y.

parameter 2

The input array, x.

parameter 3

The number of elements in the arrays.

See Also

Array-Oriented Exponential and Logarithmic Functions