Home
last modified time | relevance | path

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

/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpFuncCmplx.cpp465 FunCmplxLn::FunCmplxLn() in FunCmplxLn() function in FunCmplxLn
470 void FunCmplxLn::Eval(ptr_val_type &ret, const ptr_val_type *a_pArg, int) in Eval()
477 const char_type* FunCmplxLn::GetDesc() const in GetDesc()
483 IToken* FunCmplxLn::Clone() const in Clone()
485 return new FunCmplxLn(*this); in Clone()
H A DmpFuncCmplx.h199 class FunCmplxLn : public ICallback
202 FunCmplxLn();
H A DmpPackageCmplx.cpp74 pParser->DefineFun(new FunCmplxLn()); in AddToParser()