Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcMath1dArcTanCos::evaluate Method
Syntax
C++
virtual double evaluate(double dParam) const;

Evaluates the parameter using the following formula: Output = atan( ( amplitude * cos( ( param * frequency) + phase) ) ) * a and returns its value. The following condition should be verified: –263 < (param * frequency) + phase < 263. 

 

Parameters
Description
dParam
[in] A parameter to be evaluated.
Copyright © 2002-2022. Open Design Alliance All rights reserved.