GNU bc: Difference between revisions

From Rosetta Code
Content added Content deleted
(gnu bc - impl of bc by gnu)
 
m (Link)
 
Line 1: Line 1:
{{implementation|bc}}{{stub}}
{{implementation|bc}}{{stub}}
GNU bc is an implementation of the POSIX bc with several extensions (the <tt>-s</tt> option can be used to run the code in <tt>standard</tt> mode, i.e. without extensions).
GNU bc is an implementation of the [[POSIX]] bc with several extensions (the <tt>-s</tt> option can be used to run the code in <tt>standard</tt> mode, i.e. without extensions).


* [http://www.gnu.org/software/bc/ GNU bc]
* [http://www.gnu.org/software/bc/ GNU bc]

Latest revision as of 15:59, 10 April 2009

GNU bc is an implementation of bc. Other implementations of bc.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

GNU bc is an implementation of the POSIX bc with several extensions (the -s option can be used to run the code in standard mode, i.e. without extensions).