vscalbf(_:_:)
For each vector element, calculates x * 2^n efficiently. This is not normally done by computing 2^n explicitly.
Declaration
func vscalbf(_: vFloat, _: vSInt32) -> vFloatFor each vector element, calculates x * 2^n efficiently. This is not normally done by computing 2^n explicitly.
func vscalbf(_: vFloat, _: vSInt32) -> vFloat