Files Classes Functions Hierarchy
#include <mathfunc.h>
Public Member Functions | |
| string const | name () const |
| void | visit (deque< rpnbase * > &ds, rpnreal &n) |
| void | visit (deque< rpnbase * > &ds, rpncomplex &n) |
| rpnfcosh () | |
| rpnfcosh (deque< rpnbase * > &ds, bool const evaluate=true) | |
| ~rpnfcosh () | |
| rpnbase * | copy () const |
Definition at line 232 of file mathfunc.h.
| rpnfcosh::rpnfcosh | ( | ) | [inline] |
Definition at line 245 of file mathfunc.h.
References rpnfunction::eval().
00246 { 00247 if (evaluate) 00248 eval(ds); 00249 else 00250 ds.push_front(this); 00251 }
| rpnfcosh::~rpnfcosh | ( | ) | [inline] |
| rpnbase* rpnfcosh::copy | ( | ) | const [inline, virtual] |
Reimplemented from rpnfunction.
Definition at line 253 of file mathfunc.h.
References rpnfcosh().
00254 { return new rpnfcosh(); }
| string const rpnfcosh::name | ( | ) | const [inline, virtual] |
| void rpnfcosh::visit | ( | deque< rpnbase * > & | ds, | |
| rpncomplex & | n | |||
| ) | [inline, virtual] |
Reimplemented from rpnfunction.
Definition at line 241 of file mathfunc.h.
References rpncomplex::num.
1.5.8