class
Log10Func
: public
ComFunc
(Return to index)
logarithmic (base 10) command for
ComTerp
.
Type:
Instantiable
Base Classes:
public
ComFunc
Derived Classes
Include file:
ComTerp/mathfunc.h
Description:
dbl=log10(x) -- returns the base-10 logarithm of x.
Public:
Log10Func
(
ComTerp
*)
virtual const char*
docstring
()
virtual void
execute
()
(more documentation)