Trigonometric functions: Difference between revisions

Content deleted Content added
adding maxima
+
Line 1,006:
=={{header|Lua}}==
<lang lua>print(math.cos(1), math.sin(1), math.tan(1), math.atan(1), math.atan2(3, 4))</lang>
 
 
=={{header|Mathematica}}==
Line 1,140 ⟶ 1,139:
 
end</lang>
 
=={{header|МК-61/52}}==
<pre>
sin С/П Вx cos С/П Вx tg С/П Вx arcsin
С/П Вx arccos С/П Вx arctg С/П
</pre>
 
Setting the units of angle (degrees, radians, grads) takes care of the switch ''Р-ГРД-Г''.
 
=={{header|OCaml}}==