Bc (programming language): Difference between revisions

Content deleted Content added
m Plan 9 bc: Added link to Plan 9 article
m Calculating π to 10000 places: digits == more clear and immediately understandable than "places"
Line 179:
</syntaxhighlight>
 
===Calculating π to 10000 placesdigits===
Calculate [[pi]] using the builtin [[Inverse trigonometric functions|arctangent]] function, {{mono|a()}}:
<syntaxhighlight lang="console" highlight="3">