Trigonometric functions: Difference between revisions

m
(→‎{{header|REXX}}: reduced decimal digits precision, add/changed statments, comments, and whitespace, used a template for the output section.)
Line 917:
=={{header|Elena}}==
{{trans|C++}}
ELENA 3.4:
<lang elena>import system'math.
import extensions.
programpublic =program
[
console printLine("Radians:").
Line 940 ⟶ 941:
console readChar.
].</lang>
 
=={{header|Elixir}}==
Anonymous user