|
MathTypeLibrary(libmath++) 0.0.3
|
#include <nodes.h>


Public Member Functions | |
| TSqrtNode (TNode< T > *ANode) | |
| virtual void | accept (TNodeVisitor< T > &) |
| calls the visit method in TNodeVisitor<> | |
| virtual TSqrtNode * | clone () const |
| clones that node | |
TSqrtNode<> implements the build-in sqrt() function. for numbers of type T.
1.7.4