Nanomath (latin for Nano: Νανο) is a scientific calculator for cross-platform computing systems or operating environments using a command line interface or text-based user interface created and developed by Cyril John Magayaga.
Name | Keys |
---|---|
Addition | + |
Subtraction | - |
Multiplication | * |
Division | / |
Sine | 1 |
Cosine | 2 |
Tangent | 3 |
Cotangent | 4 |
Common Logarithm | 5 |
Power | 6 |
Square Root | 7 |
Cube Root | 8 |
Exponentiation | 9 |
Decimal to Binary | 0 |
Binary to Decimal | # |
Round | r |
Ceil | c |
Floor | f |
Gamma Function | g |
Quadratic Equation | u |
Demand Function | d |
# Download the Nanomath
$ git clone https://github.com/Magayaga/Nanomath.git
# Change directory the Nanomath
$ cd Nanomath
# Run the program (bash or make.bat)
$ bash install-win.sh
$ ./make.bat
# Open the application
$ ./nanomath
# Download the Nanomath
$ git clone https://github.com/Magayaga/Nanomath.git
# Change directory the Nanomath
$ cd Nanomath
# Run the program (bash or make)
$ bash install-linux.sh
$ make install
# Open the application
$ ./nanomath
Copyright (c) Cyril John Magayaga. All rights reserved.
Licensed under the MIT License.