#include <HxUpoTanh.h>
Public Methods | |
| HxUpoTanh (HxTagList &) | |
| Constructor : empty. More... | |
| DstValT | doIt (const SrcValT &x) |
| Actual operation : # return x.tanh() #. More... | |
Static Public Methods | |
| HxString | className () |
| The name : "tanh". More... | |
|
||||||||||
|
Constructor : empty.
00025 {}
|
|
||||||||||
|
Actual operation : # return x.tanh() #.
00029 { return x.tanh(); }
|
|
|||||||||
|
The name : "tanh".
00033 { return HxString("tanh"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001