Contents

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) -> vFloat

See Also

Exponential and Logarithmic Functions (from vfp.h)