cos
|
The cos function computes the cosine of its argument (an angle expressed in
radians). The cos function returns the cosine of a complex argument expressed in
radians (pi radians equals 180 degrees). Usage The cos function is used to compute the cosine of a value.
The cos function is used to determine the cosine of angle when the angle
is complex. Do not use if an immediate type, such as a real number, would suffice.
Since complex numbers are heap objects, they require more space and operations on these
types are slower than on immediate types.
Complex
Complex
(cos num) Computes and returns the cosine of the Number argument (in radians). (cos angle) A complex number holding the cosine of the angle.
Expression:
Arguments
Name
Type
Description Argument: num Number
A Number
Returns:
Expression:
Arguments
Name
Type
Description Argument: angle Number
The angle expressed in radians.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|