VF_ipow10VD_ipow10VE_ipow10
FunctionInteger powers of 10
Syntax C/C++#include <VFmath.h>
int VF_ipow10( fVector Y, iVector X, ui size );
C++ VecObj#include <OptiVec.h>
int vector<T>::ipow10( const vector<T>& X );
Pascal/Delphiuses VFmath;
function VF_ipow10( Y:fVector; X:iVector; size:UIntSize ): IntBool;
CUDA function C/C++#include <cudaVFmath.h>
int cudaVF_ipow10( fVector d_Y, iVector d_X, ui size );
int VFcu_ipow10( fVector h_Y, iVector h_X, ui size );
CUDA function Pascal/Delphiuses VFmath;
function cudaVF_ipow10( d_Y:fVector; d_X:iVector; size:UIntSize ): IntBool;
function VFcu_ipow10( h_Y:fVector; h_X:iVector; size:UIntSize ): IntBool;
DescriptionYi = 10Xi
Notice: this function (and not VF_pow10 !) is the vectorized form of the function pow10 defined in Borland C/C++.
Error handlingOVERFLOW errors lead to a default result of HUGE_VAL.
Return valueFALSE (0), if no error occurred, otherwise TRUE (non-zero)
See alsoVF_pow10,   VF_scale10,   VF_log10,   VF_ipow,   VF_exp,   pow

VectorLib Table of Contents  OptiVec home