Trigonometric functions: Difference between revisions

Content added Content deleted
(Results added)
Line 1,401: Line 1,401:
v = tanh(x); y = atanh(v); put skip list (y);
v = tanh(x); y = atanh(v); put skip list (y);
</lang>
</lang>
Results:
<pre>
5.00000E-0001
5.00000E-0001
5.00000E-0001
7.07107E-0001
7.07107E-0001
4.50000E+0001
5.21095E-0001
1.12763E+0000
5.00000E-0001
</pre>


=={{header|PL/SQL}}==
=={{header|PL/SQL}}==