VF_scale2VD_scale2VE_scale2
FunctionScaling by an integer power of 2.
Syntax C/C++#include <VFmath.h>
int VF_scale2( fVector Y, fVector X, ui size, int Expo );
C++ VecObj#include <OptiVec.h>
int vector<T>::scale2( const vector<T>& X, int Expo );
Pascal/Delphiuses VFmath;
function VF_scale2( Y, X:fVector; size:UInt; Expo:Integer ): IntBool;
DescriptionYi = Xi * (2 Expo)
Error handlingOVERFLOW errors lead to a default result of ±HUGE_VAL.
Return valueFALSE (0), if no error occurred, otherwise TRUE (non-zero)
See alsoVF_scale10,   VF_mantexp,   ldexp (C/C++)

VectorLib Table of Contents  OptiVec home