Releases: thanoulis/tcalc
Releases · thanoulis/tcalc
v1.2.5
Improvements
- Removed useless calculations in constants
v1.2.4
Added
- Fibonacci numbers (
fib
)
- Logarithm in any base (
logb
)
- Median number (
median
)
- Decimals to degrees (
dec2deg
)
v1.2.3
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
Fixed
- Bug with spaces in command line
v1.2.1
Improvements (closes #2)
- Renamed natural logarithm
log()
to ln()
- Renamed decimal logarithm
log10()
to log()
v1.2.0
Added
- Interest (
interest
)
- Compound interest (
cinterest
)
v1.1.0
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
Added
- Convert Fahrenheit to Celsius (
f2c
)
- Convert Celsius to Fahrenheit (
c2f
)
- Convert miles to kilometers (
mi2km
)
- Convert kilometers to miles (
km2mi
)
v0.2.6
Added
- Constants (
phi
, c
)
- Date/Time functions (
days
, hours
)
- Conversion functions (
btu2watt
, watt2btu
)
- Quadratic formula (
quadf
)
v0.2.5
Fixed
About tCalc
menu entry
- Set maximum precision to 15