nanomath

nanomath (latin for nano: Νανο) is a scientific and programming 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. It was released on April 2, 2023 and written in C programming language. It was available for Microsoft Windows, Linux, and more operating systems..

Getting Start

Microsoft Windows

# Download the nanomath command
$ git clone https://github.com/Magayaga/nanomath.git

# Change the directory of 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 command
$ git clone https://github.com/Magayaga/nanomath.git

# Change the directory of the nanomath
$ cd nanomath/src/linux

# Run the program (bash or make)
$ bash install-linux.sh
$ make install

# Open the application
$ ./nanomath

Downloads

Version Release Date Download .zip Download .tar.gz Download .7z
v1.0.0 April 2, 2023 Closed Closed Closed
v1.0.1 April 15, 2023 Closed Closed Closed
v1.1.0 May 24, 2023 Closed Closed Closed
v1.2.0 July 15, 2023 Closed Closed Closed
v1.3.0 July 17, 2023 Open Open Open
v1.3.1 August 1, 2023 Open Open Open
v1.4.0 August 7, 2023 Open Open Open
v1.4.1 September 17, 2023 Open Open Open
v1.4.2 October 31, 2023 Open Open Open
v1.4.3 November 25, 2023 Open Open Open
v1.5.0 February 29, 2024 Open Open Open
v1.5.1 March 30, 2024 Open Open Open

Copyright (c) 2023-2024 Cyril John Magayaga. All rights reserved.