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