https://github.com/andreafioraldi/mymath
A small math shell with a simple function plot support. I wrote it to learn Python3.
https://github.com/andreafioraldi/mymath
Last synced: 8 months ago
JSON representation
A small math shell with a simple function plot support. I wrote it to learn Python3.
- Host: GitHub
- URL: https://github.com/andreafioraldi/mymath
- Owner: andreafioraldi
- License: mit
- Created: 2017-03-14T16:06:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T16:19:44.000Z (over 9 years ago)
- Last Synced: 2025-01-30T13:26:19.899Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyMath
A small math shell with a simple function plot support.
I wrote it to learn Python3.
## Commands synopsis
> $... = parameter
> [...] = optional parameter
+ `var $name $expression` --> define a variable with the value of expression
+ `func $name $definition` --> define a function
+ `plot $function [A=-10] [B=10]` --> plot a function
+ `exit [expression]` --> close the program
+ `print [expression]` --> print an expression
+ `message [string]` --> print an expression literal message
+ `read` --> read an expression from standard input
+ `vread $name` --> read a variable from standard input
+ `fread $name` --> read a function from standard input
+ `exec $file` --> open a file and execute it
+ `help` --> show help