command
module
Version:
v0.0.0-...-7df6e36
Opens a new window with list of versions in this module.
Published: Jan 24, 2020
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Calculator service
Simple web service that receives equation and gives response:
POST
{
"eq":"222+222"
}
to receive answer.
Each calculation receives unique ID
GET returns all calculations in memory.
Features:
-
-
- / * () ^ % "sqrt" operators support
- sequence of operations is determined by rules. e.g. 2 + 3 * 4 will mutliply 3 by 4 first and then add 2
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.