Skip to content

Magayaga/Nanomath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanomath logo

Nanomath

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.

Nanomath keywords

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

Getting Start

Windows

# 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

Linux

# 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 and License

Copyright (c) Cyril John Magayaga. All rights reserved.

Licensed under the MIT License.