This project is the first in a series that aims to make you rekindle with maths. They will be quite useful - not to say essential - for numerous projects to come.
Go to file
gbrochar 6fb0c2480f fix(maths::solver): simplify_sqrt
Last prime factor now always in array, the bug was that if the last
prime factor is bigger that sqrt(n) it wasn't pushed since the loop
escaped
2023-11-19 12:48:24 +01:00
src fix(maths::solver): simplify_sqrt 2023-11-19 12:48:24 +01:00
.gitignore feat(*): lexer/parser WIP backup 2023-08-01 16:36:58 +02:00
Cargo.lock clean(*): remove tectonic 2023-11-19 12:44:20 +01:00
Cargo.toml clean(*): remove tectonic 2023-11-19 12:44:20 +01:00
LICENSE Initial commit 2023-08-01 14:20:08 +00:00
README.md Initial commit 2023-08-01 14:20:08 +00:00
file-modified.pdf feat(maths::solver): 2nd degree and print 2023-08-23 11:24:55 +02:00

README.md

computorv1

This project is the first in a series that aims to make you rekindle with maths. They will be quite useful - not to say essential - for numerous projects to come.