Cos
Cos(expr)
returns the cosine of
expr
(measured in radians).Cos(expr)
will evaluate automatically in the caseexpr
is a multiple ofPi, Pi/2, Pi/3, Pi/4
andPi/6
.
See:
Examples
>> Cos(0)1
>> Cos(3*Pi)-1
>> Cos(1.5*Pi)-1.8369701987210297E-16
Implementation status
- ✅ - full supported