Difference between revisions of "Calc"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Calc |Short description=C-style arbitrary precision arithmetic system |Full description=Calc is an arbitrary precision arithmetic system that uses a C-like language...")
 
(version 2.12.5.3)
Line 2: Line 2:
 
|Name=Calc
 
|Name=Calc
 
|Short description=C-style arbitrary precision arithmetic system
 
|Short description=C-style arbitrary precision arithmetic system
|Full description=Calc is an arbitrary precision arithmetic system that uses a C-like language. It's useful as a calculator, an algorithm prototype, and as a mathematical research tool. More importantly, calc provides a machine-independent means of computation. Its features include:
+
|Full description='''Calc''' is an arbitrary precision arithmetic system that uses a C-like language. It's useful as a calculator, an algorithm prototype, and as a mathematical research tool. More importantly, calc provides a machine-independent means of computation. Its features include:
 
* Arbitrary precision integers and floating-point, fractions and complex values
 
* Arbitrary precision integers and floating-point, fractions and complex values
 
* Logarithm, numeric, trig, hyperbolic functions
 
* Logarithm, numeric, trig, hyperbolic functions
Line 20: Line 20:
 
* Resource functions: large prime tests, factoring, quaternions, etc.
 
* Resource functions: large prime tests, factoring, quaternions, etc.
 
* File I/O, multi-precision printf and scanf, stdio-like functions
 
* File I/O, multi-precision printf and scanf, stdio-like functions
* GNU readline, user & system startup scripts, emacs-style line editing
+
* [[GNU Readline]], user & system startup scripts, [[Emacs]]-style line editing
 
* Online help
 
* Online help
|User level=none
+
|Homepage URL=http://www.isthe.com/chongo/tech/comp/calc/
|Status=Live
+
|User level=advanced
 
|Component programs=4dsphere,fproduct,mersenne,piforever,plus,powerterm,simple,square
 
|Component programs=4dsphere,fproduct,mersenne,piforever,plus,powerterm,simple,square
|Homepage URL=http://www.isthe.com/chongo/tech/comp/calc/
 
|VCS checkout command=
 
 
|Computer languages=calc language
 
|Computer languages=calc language
 
|Documentation note=User manpages included
 
|Documentation note=User manpages included
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=PARI_GP,Genius,Oleo
 
|Related projects=PARI_GP,Genius,Oleo
 
|Keywords=number theory,Calc,C-like functional language,arbitrary precision
 
|Keywords=number theory,Calc,C-like functional language,arbitrary precision
|Is GNU=n
+
|Version identifier=2.12.5.3
|Last review by=Janet Casey
+
|Version date=2016/02/08
|Last review date=2005-08-10
+
|Version status=stable
 +
|Version download=https://sourceforge.net/projects/calc/files/calc/2.12.5.3/
 +
|Last review by=Genium
 +
|Last review date=2016/03/18
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.11.10.1
+
|Status=
|Version date=2004-10-22
+
|Is GNU=No
|Version status=stable
 
|Version download=http://prdownloads.sourceforge.net/calc/calc-2.11.10.1.tar.gz?download
 
 
|License verified date=2001-01-31
 
|License verified date=2001-01-31
|Version comment=2.11.10.1 stable released 2004-10-22
+
}}
 +
{{Project license
 +
|License=LGPLv2.1
 +
|License verified by=Genium
 +
|License verified date=2016/03/18
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Landon Curt Noll
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Landon Curt Noll
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Dr. D.J.Picton
 
|Role=Contributor
 
|Role=Contributor
|Real name=Dr. D.J.Picton
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Ernest W. Bowen
 
|Role=Contributor
 
|Role=Contributor
|Real name=Ernest W. Bowen
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Martin Buck
 
|Role=Contributor
 
|Role=Contributor
|Real name=Martin Buck
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Neil Justusson
 
|Role=Contributor
 
|Role=Contributor
|Real name=Neil Justusson
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Peter Miller
 
|Role=Contributor
 
|Role=Contributor
|Real name=Peter Miller
 
|Email=millerp@canb.auug.org.au
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 102: Line 95:
 
|Resource kind=Homepage
 
|Resource kind=Homepage
 
|Resource URL=http://www.isthe.com/chongo/tech/comp/calc/index.html
 
|Resource URL=http://www.isthe.com/chongo/tech/comp/calc/index.html
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Homepage
 +
|Resource URL=https://sourceforge.net/projects/calc/
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line,console,library
+
|Interface=command-line, console, library
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 
|Use=mathematics
 
|Use=mathematics
}}
 
{{Project license
 
|License=LGPL
 
|License verified by=Janet Casey
 
|License verified date=2001-01-31
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 120: Line 114:
 
|Prerequisite description=readline
 
|Prerequisite description=readline
 
}}
 
}}
 +
{{Featured}}

Revision as of 18:08, 18 March 2016


[edit]

calc

https://www.gnu.org/software/calc/
Advanced desk calculator for GNU Emacs.

"Calc" is an advanced calculator and mathematical tool that runs as part of the GNU Emacs environment. Very roughly based on the HP-28/48 series of calculators, its many features include:

   * Choice of algebraic or RPN (stack-based) entry of calculations.
   * Arbitrary precision integers and floating-point numbers.
   * Arithmetic on rational numbers, complex numbers (rectangular and
     polar), error forms with standard deviations, open and closed
     intervals, vectors and matrices, dates and times, infinities,
     sets, quantities with units, and algebraic formulas.
   * Mathematical operations such as logarithms and trigonometric functions.
   * Programmer's features (bitwise operations, non-decimal numbers).
   * Financial functions such as future value and internal rate of return.
   * Number theoretical features such as prime factorization and
     arithmetic modulo M for any M.
   * Algebraic manipulation features, including symbolic calculus.
   * Moving data to and from regular editing buffers.
   * "Embedded mode" for manipulating Calc formulas and data directly
     inside any editing buffer.
   * Graphics using gnuplot, a versatile plotting program.
   * Easy programming using keyboard macros, algebraic formulas,
     algebraic rewrite rules, or extended Emacs Lisp.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

19 November 2018




Leaders and contributors

Contact(s)Role
Dave Gillespie maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://ftp.gnu.org/old-gnu/calc/
Debian (Ref)https://tracker.debian.org/pkg/calc


Software prerequisites




Entry












































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.