Edit

IABSD.fr/ports/math/gbc

Branch :

  • Show log

    Commit

  • Author : bcallah
    Date : 2018-08-21 02:04:04
    Hash : 9b2d3829
    Message : Import math/gbc, the GNU version of the arbitrary precision calculators bc and dc. Original submission by Ivan Ivanov, who takes MAINTAINER -- thanks! ok bentley@ bc is an arbitrary precision calculator language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements. It can also be used as a simple console-based calculator. This GNU version of bc contains several extensions beyond traditional bc implementations and the POSIX draft standard. This package includes GNU dc, another arbitrary precision calculator. dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros.