VF_sinhVD_sinhVE_sinh
VCF_sinhVCD_sinhVCE_sinh
VFx_sinhVDx_sinhVEx_sinh
VCFx_sinhVCDx_sinhVCEx_sinh
FunctionHyperbolic sine function
Syntax C/C++#include <VFmath.h>
int VF_sinh( fVector Y, fVector X, ui size );
int VFx_sinh( fVector Y, fVector X, ui size, float A, float B, float C );
C++ VecObj#include <OptiVec.h>
int vector<T>::sinh( const vector<T>& X );
int vector<T>::x_sinh( const vector<T>& X, const T& A, const T& B, const T& C );
Pascal/Delphiuses VFmath;
function VF_sinh( Y, X:fVector; size:UInt ): IntBool;
function VFx_sinh( Y, X:fVector; size:UInt; A, B, C:Single ): IntBool;
Descriptionnormal versions: Yi = sinh( Xi )
expanded versions: Yi = C * sinh ( A*Xi+B )
Error handlingOVERFLOW errors lead to a default result of ±HUGE_VAL.
Return valueFALSE (0), if no error occurred, otherwise TRUE (non-zero).
See alsoVF_cosh,   VF_exp,   sinh

VectorLib Table of Contents  OptiVec home