ScriptExecutionBaseCos(Double) Method |
Returns the cosine of the specified angle.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Cos(
double s
)
Parameters
- s Double
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Cos(System.Double)"]
Return Value
DoubleThe cosine of
d. If
d is equal to
NaN,
NegativeInfinity, or
PositiveInfinity, this method returns
NaN.
See Also