-->
Home » , , » Calc C-style arbitrary precision calculator.
Saturday
5 July 2014

Calc C-style arbitrary precision calculator.

Calc is an interactive calculator which provides for easy large numeric calculations, but which also can be easily programmed for difficult or long calculations.

It can accept a command line argument, in which case it executes that single command and exits. Otherwise, it enters interactive mode. I

n this mode, it accepts commands one at a time, processes them, and displays the answers. In the simplest case, commands are simply expressions which are evaluated. For example, the following line can be input:

3 * (4 + 1)

and the calculator will print:

15

Calc as the usual collection of arithmetic operators +, -, /, * as well as ^ (exponentiation), % (modulus) and // (integer divide). For example:

3 * 19^43 - 1

will produce:

29075426613099201338473141505176993450849249622191102976Notice that calc values can be very large. For

example:

2^23209-1

calc

will print:

402874115778988778181873329071 ... many digits ... 3779264511

The special '.' symbol (called dot), represents the result of the last command expression, if any. This is of great use when a series of partial results are calculated, or when the output mode is changed and the last result needs to be redisplayed. For example, the above result can be modified by typing:

. % (2^127-1)

and the calculator will print:

39614081257132168796771975167For more complex calculations, variables can be used to save the intermediate results. For example, the result of adding 7 to the previous result can be saved by typing:

curds = 15
whey = 7 + 2*curds

Functions can be used in expressions. There are a great number of pre-defined functions. For example, the following will calculate the factorial of the value of 'old':

fact(whey)and the calculator prints:

13763753091226345046315979581580902400000000

The calculator also knows about complex numbers, so that typing:

calc3

(2+3i) * (4-3i)
cos(.)will print:

17+6i
-55.50474777265624667147+193.9265235748927986537i

The calculator can calculate transcendental functions, and accept and display numbers in real or exponential format. For example, typing:

config("display", 70)
epsilon(1e-70)
sin(1)prints:

0.8414709848078965066525023216302989996225630607983710656727517099919104

Calc can output values in terms of fractions, octal or hexadecimal. For example:

config("mode", "fraction"),
(17/19)^23
base(16),
(19/17)^29will print:

19967568900859523802559065713/257829627945307727248226067259
0x9201e65bdbb801eaf403f657efcf863/0x5cd2e2a01291ffd73bee6aa7dcf7d1

All numbers are represented as fractions with arbitrarily large numerators and denominators which are always reduced to lowest terms. Real or exponential format numbers can be input and are converted to the equivalent fraction. Hex, binary, or octal numbers can be input by using numbers with leading '0x', '0b' or '0' characters. Complex numbers can be input using a trailing 'i', as in '2+3i'. Strings and characters are input by using single or double quotes.

Commands are statements in a C-like language, where each input line is treated as the body of a procedure. Thus the command line can contain variable declarations, expressions, labels, conditional tests, and loops. Assignments to any variable name will automatically define that name as a global variable. The other important thing to know is that all non-assignment expressions which are evaluated are automatically printed. Thus, you can evaluate an expression's value by simply typing it in.

Many useful built-in mathematical functions are available. Use the:

help builtin

command to list them.

You can also define your own functions by using the 'define' keyword, followed by a function declaration very similar to C.

calc2

define f2(n)
{
local ans;

ans = 1;
while (n > 1)
  ans *= (n -= 2);
return ans;
}

Thus the input:

f2(79)will produce;

1009847364737869270905302433221592504062302663202724609375

Functions which only need to return a simple expression can be defined using an equals sign, as in the example:

define sc(a,b) = a^3 + b^3Thus the input:

sc(31, 61)

will produce;

256772Variables in functions can be defined as either 'global', 'local', or 'static'. Global variables are common to all functions and the command line, whereas local variables are unique to each function level, and are destroyed when the function returns. Static variables are scoped within single input files, or within functions, and are never destroyed. Variables are not typed at definition time, but dynamically change as they are used.

For more information about the calc language and features, try:

help overview

In particular, check out the other help functions listed in the overview help file.

Download.

calc1

If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • Granule is a flashcards program based on Leitner cardfile methodology for learning new words.
    24.01.2013 - 0 Comments
    Granule is a flashcard program that implements Leitner (by the German psychologist Sebastian Leitner in the 1970s) cardfile methodology for learning new words described in his book So lernt man lernen. Features:     Short-term…
  • Salp Wars experimental multiplayer 2D network platform game.
    26.10.2012 - 0 Comments
    Salp Wars is an open source software that will let you perform Side-Scrolling/Arcade Games tasks. It's free for both personal and commercial use, thus the perfect choice for those that want an alternative for Side-Scrolling/Arcade Games…
  • Top 10 blog posts for September 2015 from Linuxlandit & The Conqueror Penguin.
    10.10.2015 - 0 Comments
    1.- PLplot is a cross-platform software package for creating scientific plots. PlPlot is a cross-platform software package for creating scientific plots. To help accomplish that task it is organized as a core C library, language bindings for that…
  • GdMap is a Treemapping application that gives you a graphical representation of your hard drive.
    18.03.2013 - 0 Comments
    Gdmap is a tool which allows you to visualize disk space.er wondered why your hard disk is full or what directory and files take up most of the space? With gdmap these questions can be answered quickly. to display directory structures cushion…
  • Creating a Fancy Watch in Blender, Chapter VIII.
    21.05.2013 - 0 Comments
    Blender is a free and open-source 3D computer graphics software product used for creating animated films, visual effects, interactive 3D applications or video games. Blender's features include 3D modeling, UV unwrapping, texturing, rigging and…
  • KJots is a free and simple outliner text editor for the KDE Software Compilation environment.
    18.01.2013 - 0 Comments
    KJots is a free and simple outliner text editor for the KDE Software Compilation environment. It is part of the Kontact group of software. It uses a basic tree structure to organize information: it refers to nodes as ‘books’ and leaves as ‘pages’.…
  • ATI Catalyst Control Center Linux Edition simplifies setup and configuration, and offers complete control of an ATI Radeon graphics processor
    25.06.2009 - 0 Comments
    ATI Catalyst Control Center™Performance, stability, and control AMD’s award-winning ATI Catalyst Control Center™ delivers high performance, easy configurability, and advanced features and functionality far beyond traditional driver configuration…
  • iMagic OS is a Linux-based operating system designed to help you get your work done the way it needs to be done
    18.04.2013 - 0 Comments
    iMagic OS is a Linux-based operating system designed to help you get your work done the way it needs to be done, when it needs doing, with ease.  Our goal is to be the most aesthetic, most powerful, and most flexible, operating system on the…
  • Vine Linux is a supreme Linux distribution with integrated Japanese environment for desktop PCs and notebooks.
    28.02.2010 - 0 Comments
    Vine Linux is a compact and lightweight Japanese Linux distribution for desktop PCs and notebooks.The whole Vine Linux distribution consists of two categories: one CD install media (Vine Linux main) which can also be installed from 1GB USB…
  • Peppermint OS is an Ubuntu-based Linux distribution that aims to be lightning fast and easy on system resources.
    30.05.2010 - 0 Comments
    Peppermint OS is an Ubuntu-based Linux distribution that aims to be lightning fast and easy on system resources. By employing Mozilla's Prism technology Peppermint integrates seamlessly with Cloud and web-based applications. The distribution's…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->