Trigonometric functions: Difference between revisions

Content deleted Content added
→‎{{header|Go}}: Add link to http://golang.org/pkg/math/#Sincos. (A new function for me).
→‎{{header|bc}}: {{libheader|bc -l}}
Line 250: Line 250:


=={{header|bc}}==
=={{header|bc}}==
{{libheader|bc -l}}
{{trans|AWK}}
{{trans|AWK}}
<lang bc>/* t(x) = tangent of x */
<lang bc>/* t(x) = tangent of x */