Why the answer is wrong ( SIMPLE TRIGONOMETRIC)
Mostrar comentarios más antiguos
My code is:
function onex(y)
cos(y)*cos(y)-sin(y)*sin(y)
end
When I insert y=pi/4 The result is:
>> onex(pi/4)
ans =
2.2204e-16
Does anybody has any suggestions? Thank you in advance!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!