Skip to content

Releases: coco33920/calc

Version 2.11.6 : Fix bug

28 Nov 12:12
1880941
Compare
Choose a tag to compare

Release Notes

Bug fix

  • fix bug with lup-decomposition of rationals (an abs missing)

Install mini-calc 2.11.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.11.6/mini-calc-installer.sh | sh

Download mini-calc 2.11.6

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.11.5 : Pretty print

27 Nov 20:29
Compare
Choose a tag to compare

Release Notes

Bug fix

  • improve display of floats precision to 10 decimal points (with rationalization
    it's possible)

Pretty print matrices

  • change the way of matrices pretty printed, matrices are aligned


Install mini-calc 2.11.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.11.5/mini-calc-installer.sh | sh

Download mini-calc 2.11.5

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.11.4 : Exact rational math

26 Nov 11:14
Compare
Choose a tag to compare

Release Notes

Exact math

  • add automatic rationalization of floats (with 10 decimal point of precision)

Preparation

  • preparation for litteral calculations

Bug fix

  • remove prior forgotten debug message while allocating variable

Install mini-calc 2.11.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.11.4/mini-calc-installer.sh | sh

Download mini-calc 2.11.4

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.11.3

26 Nov 09:31
Compare
Choose a tag to compare

Release Notes

Matrices

-- change the matrix pretty print

Bug fix

-- fix bug when re-allocating the variable (i.e you can't)

Install mini-calc 2.11.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.11.3/mini-calc-installer.sh | sh

Download mini-calc 2.11.3

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.11.2 : Pretty print

24 Nov 21:16
e08eaf0
Compare
Choose a tag to compare

Release Notes

Matrices

  • matrices and vectors pretty print

Install mini-calc 2.11.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.11.2/mini-calc-installer.sh | sh

Download mini-calc 2.11.2

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.11.1 : Exact rational math

24 Nov 16:06
Compare
Choose a tag to compare

Release Notes

Bug fix

  • Fix bug when reducing rational with two minus or two whole numbers

Modification

  • Int and not floats to the matrix inversion algorithm, so it can invert with exact values

Install mini-calc 2.11.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.11.1/mini-calc-installer.sh | sh

Download mini-calc 2.11.1

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.11.0 : Exact rational math

24 Nov 14:43
5a4c947
Compare
Choose a tag to compare

Release Notes

Exact math

  • Added exact rational math
  • Rational operation
  • Rational reduction

Bug fix

  • fix bug with acos,asin,atan functions while vectorize

Install mini-calc 2.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.11.0/mini-calc-installer.sh | sh

Download mini-calc 2.11.0

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.10.0 : Add function vectorization

23 Nov 11:23
d55c85c
Compare
Choose a tag to compare

Release Notes

Function

Add vectorization to

  • cos
  • sin
  • tan
  • cosh
  • sinh
  • tanh
  • acos
  • asin
  • atan
  • exp
  • ln/log
  • sqrt

Install mini-calc 2.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.10.0/mini-calc-installer.sh | sh

Download mini-calc 2.10.0

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.9.10 : Fix bug, vector plotting

22 Nov 23:43
b17c10b
Compare
Choose a tag to compare

Release Notes

Plot

  • add vector plotting

Terminal plot

  • fix edge case by changing the coefficient a little bit
  • add vector termploting

Install mini-calc 2.9.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.9.10/mini-calc-installer.sh | sh

Download mini-calc 2.9.10

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 2.9.9 : Terminal plot

20 Nov 22:26
Compare
Choose a tag to compare

Release Notes

  • fix bug if yscale or xscale is 0

Install mini-calc 2.9.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/calc/releases/download/2.9.9/mini-calc-installer.sh | sh

Download mini-calc 2.9.9

File Platform Checksum
mini-calc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mini-calc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mini-calc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mini-calc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum