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