Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Gnubc | Description: | Numeric processing language | Download: | gnubc.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 175kb | Version: | 1.06 | Date: | 25 Aug 2008 | Author: | P. Nelson, K. Pizzini | Submitter: | Thematic | Homepage: | http://www.gnu.org/home.html | Requirements: | newlib.library >3.10 | Category: | utility/scientific | License: | GPL | Distribute: | no | Min OS Version: | 4.0 | FileID: | 3961 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 155 (Current version) | | 155 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
bc is an arbitrary precision numeric processing language. Syntax is similar to
C, but differs in many substantial areas. It supports interactive execution of
statements. bc is a utility included in the POSIX P1003.2/D11 draft standard.
Since the POSIX document does not specify how bc must be implemented, this
version does not use the historical method of having bc be a compiler for the dc
calculator. This version has a single executable that both compiles the language
and runs the resulting `byte code'. The byte code is not the dc language.
Online Manual is available at http://www.gnu.org/software/bc/manual/ , as well
as one for dc.
|