Skip to content

Releases: thanoulis/tcalc

v1.2.5

28 Feb 19:22
v1.2.5
7cb9d29
Compare
Choose a tag to compare

Improvements

  • Removed useless calculations in constants

v1.2.4

15 Feb 21:19
v1.2.4
abf4474
Compare
Choose a tag to compare

Added

  • Fibonacci numbers (fib)
  • Logarithm in any base (logb)
  • Median number (median)
  • Decimals to degrees (dec2deg)

v1.2.3

10 Feb 11:22
v1.2.3
84e27e1
Compare
Choose a tag to compare

Added

  • Gravitational constant (G)
  • Earth's gravitational acceleration (g)
  • Factorial function (factorial)
  • Convert Celsius to Kelvin (c2k)
  • Convert Kelvin to Celsius (k2c)
  • Convert inches to centimeters (inch2cm)
  • Convert centimeters to inches (cm2inch)
  • Convert yards to meters (yd2m)
  • Convert meters to yards (m2yd)
  • Convert feet to meters (ft2m)
  • Convert meters to feet (m2ft)

v1.2.2

08 Feb 06:12
v1.2.2
dbeb969
Compare
Choose a tag to compare

Fixed

  • Bug with spaces in command line

v1.2.1

03 Feb 19:23
v1.2.1
50ba313
Compare
Choose a tag to compare

Improvements (closes #2)

  • Renamed natural logarithm log() to ln()
  • Renamed decimal logarithm log10() to log()

v1.2.0

04 May 23:07
414ef84
Compare
Choose a tag to compare

Added

  • Interest (interest)
  • Compound interest (cinterest)

v1.1.0

13 Dec 10:00
v1.1.0
aadbd7f
Compare
Choose a tag to compare

Fixed

  • Bug with spaces in command line

Added

  • Inverse number (inv)
  • Arithmetic mean (avg, am)
  • Geometric mean (gm)
  • Harmonic mean (hm)
  • Quadratic mean (rms, qm)

v1.0.0

12 Dec 20:48
v1.0.0
6754946
Compare
Choose a tag to compare

Added

  • Convert Fahrenheit to Celsius (f2c)
  • Convert Celsius to Fahrenheit (c2f)
  • Convert miles to kilometers (mi2km)
  • Convert kilometers to miles (km2mi)

v0.2.6

11 Dec 03:20
v0.2.6
2cd3f8e
Compare
Choose a tag to compare

Added

  • Constants (phi, c)
  • Date/Time functions (days, hours)
  • Conversion functions (btu2watt, watt2btu)
  • Quadratic formula (quadf)

v0.2.5

08 Dec 16:04
v0.2.5
35ef593
Compare
Choose a tag to compare

Fixed

  • About tCalc menu entry
  • Set maximum precision to 15