Contents

vlog1pf(_:)

For each vector element, calculates Log1P = Log(1 + x). But, for small enough arguments, Log1P is expected to be more accurate than Log(1 + x).

Declaration

func vlog1pf(_: vFloat) -> vFloat

See Also

Exponential and Logarithmic Functions (from vfp.h)