Skip to content
View math-for-shell's full-sized avatar
Block or Report

Block or report math-for-shell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
math-for-shell/README.md

@math-for-shell is a collection of precision math utilities, written completely in simple shell code. Tested under bash, zsh, ksh, dash, busbox-ash and posh shells, runs fastest under ksh or dash.

  • iq4sh -- iq precision decimal calculator providing +, -, *, /, mod, ^ (integer-only), and comparison: -lt, -eq, etc.
  • iq4sh -- repo also contains iq+, which extends iq with functions for pow, log/log2/ln, nroot, exp, sin, cos, tan, atan and more.
  • ai4sh -- examples and demos for use with iq4sh
  • bin4sh -- binary math functions for 2-way decimal/binary conversion, +, -, *, /, and comparison -lt, -eq, etc.

Popular repositories Loading

  1. bin4sh bin4sh Public

    binary math and to/from decimal conversion written in POSIX shell code

    Shell 1

  2. iq4sh iq4sh Public

    Precision Decimal Calculator - written in shell

    Shell 1

  3. math-for-shell math-for-shell Public

    Config files for my GitHub profile.

  4. ai4sh ai4sh Public

    AI Applications, Demos using IQ4sh

    Shell