Edit

IABSD.fr/ports/math/pcalc/pkg/DESCR

Branch :

  • Show log

    Commit

  • Author : bcallah
    Date : 2018-12-04 22:02:27
    Hash : 049598ef
    Message : Import math/pcalc, a command line utility for doing hex/dec/oct/bin math quickly. Original submission from Charles Daniels <charles@cdaniels.net>, who takes MAINTAINER -- thanks! Feedback from sthen@ and kn@ ok sthen@ pcalc is a programmer's calculator. It simplifies some operations (especially working with multiple bases) that are hard work without this or another programmer's calculator. Main features: o Full math parser, parentheses, add, sub, mult, div, exponential o Automatic conversion between HEX DEC OCT BIN numbers o Mixing different bases in one expression o Definable variables o Math constants (E PI ...) o Built in math functions (sin/cos/sqrt ...)

  • math/pcalc/pkg/DESCR
  • pcalc is a programmer's calculator. It simplifies some operations
    (especially working with multiple bases) that are hard work without
    this or another programmer's calculator.  Main features:
    
         o Full math parser, parentheses, add, sub, mult, div, exponential
         o Automatic conversion between HEX DEC OCT BIN numbers
         o Mixing different bases in one expression
         o Definable variables
         o Math constants (E PI ...)
         o Built in math functions (sin/cos/sqrt ...)