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