Contents

vlogbf(_:)

For each vector element, extracts the exponent of X, as a signed integral value. A subnormal argument is treated as though it were first normalized. Thus: 1 <= x * 2^(-logb(x)) < 2.

Declaration

func vlogbf(_: vFloat) -> vFloat

See Also

Exponential and Logarithmic Functions (from vfp.h)