Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magayaga/nanomath
Command-based scientific calculator!
https://github.com/magayaga/nanomath
linux macos math mathematics nanomath unix windows
Last synced: 2 days ago
JSON representation
Command-based scientific calculator!
- Host: GitHub
- URL: https://github.com/magayaga/nanomath
- Owner: Magayaga
- License: mit
- Created: 2023-04-02T01:50:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T13:45:17.000Z (6 months ago)
- Last Synced: 2024-11-11T05:16:52.950Z (2 months ago)
- Topics: linux, macos, math, mathematics, nanomath, unix, windows
- Language: C
- Homepage: https://magayaga.pages.dev/nanomath
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/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
```shell
# 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
```shell
# 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](LICENSE).