15 lines
No EOL
547 B
Text
15 lines
No EOL
547 B
Text
{{stub}}{{language|MathCortex}}
|
|
|
|
MathCortex is a simple lightweight programming language that is designed for doing numerical calculation on web browsers.
|
|
|
|
* Easy matrix manipulation and built-in matrix operations
|
|
* Numerical computations like singular value decomposition(svd) and finding eigenvalues/vectors(eig)
|
|
* Implicit declarations
|
|
* Syntax similar to C and JavaScript
|
|
* Static typing, with full type inference
|
|
* Online integrated web environment
|
|
* Open source
|
|
|
|
----
|
|
|
|
* [http://mathcortex.com/ MathCortex] : Implementation from the creator. |