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) -> vFloatFor 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.
func vlogbf(_: vFloat) -> vFloat