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