Home
last modified time | relevance | path

Searched refs:FunCmplxTanH (Results 1 – 3 of 3) sorted by relevance

/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpFuncCmplx.cpp378 FunCmplxTanH::FunCmplxTanH() in FunCmplxTanH() function in FunCmplxTanH
383 void FunCmplxTanH::Eval(ptr_val_type &ret, const ptr_val_type *a_pArg, int) in Eval()
390 const char_type* FunCmplxTanH::GetDesc() const in GetDesc()
396 IToken* FunCmplxTanH::Clone() const in Clone()
398 return new FunCmplxTanH(*this); in Clone()
H A DmpFuncCmplx.h168 class FunCmplxTanH : public ICallback
171 FunCmplxTanH();
H A DmpPackageCmplx.cpp71 pParser->DefineFun(new FunCmplxTanH()); in AddToParser()