class
PowFunc
: public
ComFunc
(Return to index)
power command for
ComTerp
.
Type:
Instantiable
Base Classes:
public
ComFunc
Derived Classes
Include file:
ComTerp/mathfunc.h
Description:
dbl=pow(x y) -- returns the value of x raised to the power of y.
Public:
PowFunc
(
ComTerp
*)
virtual const char*
docstring
()
virtual void
execute
()
(more documentation)