|
| Function | Integer powers of 2 |
|
| Syntax C/C++ | #include <VFmath.h>
int VF_ipow2( fVector Y, iVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
int vector<T>::ipow2( const vector<T>& X ); |
| Pascal/Delphi | uses VFmath;
function VF_ipow2( Y:fVector; X:iVector; size:UInt ): |
|
|
| Error handling | OVERFLOW errors lead to a default result of HUGE_VAL. |
|
| Return value | FALSE (0), if no error occurred, otherwise TRUE (non-zero) |
|
|