Trigonometric functions: Difference between revisions

Content added Content deleted
m (→‎{{header|Ruby}}: Kill a phantom category.)
Line 1,636: Line 1,636:
</pre>
</pre>


=== {{libheader|bigdecimal}} ===
=== BigDecimal ===
If you want more digits in the answer, then you can use the <tt>BigDecimal</tt> class. <tt>BigMath</tt> only has big versions of sine, cosine, and arctangent; so we must implement tangent, arcsine and arccosine.
If you want more digits in the answer, then you can use the <tt>BigDecimal</tt> class. <tt>BigMath</tt> only has big versions of sine, cosine, and arctangent; so we must implement tangent, arcsine and arccosine.