This website requires JavaScript.
Explore
Help
Register
Sign in
array-in-a-matrix
/
cli-calculator
Watch
1
Star
0
Fork
You've already forked cli-calculator
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
A mathmatical library with a cli app.
calculators
15
commits
2
branches
0
tags
110
KiB
C
99.6%
Makefile
0.4%
1e24179a42
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
superdimensional
1e24179a42
finished matrix addition func
2021-04-18 23:19:53 -04:00
.gitignore
added scalar matrix multiplication
2021-04-18 22:28:42 -04:00
formulas.h
split functions into formulas and matrix functions
2021-04-18 23:18:17 -04:00
gui.c
formated code and renamed index.c to gui.c
2021-04-18 15:31:26 -04:00
LICENSE
Add files via upload
2021-04-11 22:29:40 -04:00
main.c
finished matrix addition func
2021-04-18 23:19:53 -04:00
matrices.h
split functions into formulas and matrix functions
2021-04-18 23:18:17 -04:00
README.md
formated code and renamed index.c to gui.c
2021-04-18 15:31:26 -04:00
README.md
cli-algebra-calculator