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) -> vFloatFor each vector element, calculates Log1P = Log(1 + x). But, for small enough arguments, Log1P is expected to be more accurate than Log(1 + x).
func vlog1pf(_: vFloat) -> vFloat