Files Classes Functions Hierarchy
#include <mathfunc.h>
Public Member Functions | |
| string const | name () const |
| void | visit (deque< rpnbase * > &ds, rpncomplex &n) |
| rpnfconj () | |
| rpnfconj (deque< rpnbase * > &ds, bool const evaluate=true) | |
| ~rpnfconj () | |
| rpnbase * | copy () const |
Definition at line 536 of file mathfunc.h.
| rpnfconj::rpnfconj | ( | ) | [inline] |
Definition at line 547 of file mathfunc.h.
References rpnfunction::eval().
00548 { 00549 if (evaluate) 00550 eval(ds); 00551 else 00552 ds.push_front(this); 00553 }
| rpnfconj::~rpnfconj | ( | ) | [inline] |
| rpnbase* rpnfconj::copy | ( | ) | const [inline, virtual] |
Reimplemented from rpnfunction.
Definition at line 555 of file mathfunc.h.
References rpnfconj().
00556 { return new rpnfconj(); }
| string const rpnfconj::name | ( | ) | const [inline, virtual] |
| void rpnfconj::visit | ( | deque< rpnbase * > & | ds, | |
| rpncomplex & | n | |||
| ) | [inline, virtual] |
Reimplemented from rpnfunction.
Definition at line 543 of file mathfunc.h.
References rpncomplex::num.
1.5.8