Trigonometric functions: Difference between revisions

m
No edit summary
Line 1,938:
=={{header|Oforth}}==
 
<lang Oforth>funcimport: testTrigomath
 
{
: testTrigo
| rad deg hyp z |
Pi 4 / ->rad
Line 1,964 ⟶ 1,965:
System.Out hyp sinh << " - " << hyp sinh asinh << cr
System.Out hyp cosh << " - " << hyp cosh acosh << cr
System.Out hyp tanh << " - " << hyp tanh atanh << cr ;</lang>
}</lang>
 
{{out}}
1,015

edits