Trigonometric functions: Difference between revisions

Content deleted Content added
m →‎{{header|Ruby}}: Kill a phantom category.
Line 1,636:
</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.