Hi All, I am using the following command, to find maximum of a function:
FindMaximum[Cos[phi Degree] (1 - 0.4 Sin[5 Degree + phi Degree]^2), phi]
And getting the following Out put:
{0.998309, {phi -> -2.22083}}
I know Mathematica by default use the values of an angle in Radians, therefore, I used the Degree with angles in INPUT.
Now, I am not sure about the value of output given in Mathematica. Whether its' phi=-2.22083 Degree OR -2.22083 Radians?