#include <nodes.h>
Public Member Functions | |
TTanNode (TNode< T > *AParam) | |
virtual void | accept (TNodeVisitor< T > &) |
calls the visit method in TNodeVisitor<> | |
virtual TTanNode * | clone () const |
clones that node |
The class TTanNode<T> implements the build-in tangens function for numbers of type T.
Definition at line 538 of file nodes.h.