Skip to content

ddddanil/hs-nummy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nummy

Overview

An universal calculator inspired by Numi

Handling of dimensions and units is inspired by the units package

Usage

Nummy is designed to compute and convert different values in a human-readable format

Generally any query line looks like expression | format

Physical units

You can compute an arithmetic expression of units and present them in another unit you prefer.

> 3ft | m
0.9144 m

> 60 km/h + 3 m/s
70.8 km/h

> 1 lbf / 1lb | N/kg
9.806650848205406 N/kg

> 3 m^2 - 1ft^2 | mm^2
2907096.96 mm²

> 75 hp * 2 hour | MJ
397.169325 MJ

> 100 Mb/s | kB/s
12500 kbyte/s

> 2 TB | GiB
1862.645149230957 Gibyte

Currency

You can mix currency with other units, the exchange rate is provided courtesy of exchangeratesapi.io

> 5 USD | EUR
4.22 EUR

> 40000 EUR/year | USD/hour
5.41 USD/h

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors