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
20
commits
2
branches
0
tags
110
KiB
C
99.6%
Makefile
0.4%
7c7e1fa0cc
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
array-in-a-matrix
7c7e1fa0cc
Update README.md
2021-04-19 02:09:42 -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
2*2 matrix determinant calculator
2021-04-19 02:06:46 -04:00
matrices.h
2*2 matrix determinant calculator
2021-04-19 02:06:46 -04:00
README.md
Update README.md
2021-04-19 02:09:42 -04:00
README.md
#cli-calculator