hugogogo
|
7e16bb5b6f
|
fix printer reduced form order
|
2026-05-15 00:16:35 +02:00 |
|
hugogogo
|
aa78af4e0f
|
pure quadratic is working
|
2026-05-14 23:43:58 +02:00 |
|
hugogogo
|
6c6accc289
|
add logic for pure quadratics
|
2026-05-14 23:11:37 +02:00 |
|
hugogogo
|
31469af23f
|
add is_nearly_equal_zero
|
2026-05-14 13:56:44 +02:00 |
|
hugogogo
|
bbe0d65b1f
|
add gcd if all int
|
2026-05-14 12:31:32 +02:00 |
|
hugogogo
|
7978f0d706
|
improve printer
|
2026-05-13 23:27:50 +02:00 |
|
hugogogo
|
37d9fa2f24
|
complex solutions
|
2026-05-11 22:36:55 +02:00 |
|
hugogogo
|
6d2e7922bc
|
wip output and solution
|
2026-05-10 21:46:37 +02:00 |
|
hugogogo
|
500b6fd932
|
wip exo ouput
|
2026-05-10 20:19:24 +02:00 |
|
hugogogo
|
647c9a54b1
|
wip improve printer
|
2026-05-10 02:17:25 +02:00 |
|
hugogogo
|
5077db3bc6
|
fix modf error
|
2026-05-10 01:51:35 +02:00 |
|
hugogogo
|
ca99f43fe4
|
update readme with sqrt explication
|
2026-05-09 14:45:19 +02:00 |
|
hugogogo
|
43b4def6ce
|
wip implemented new union for solve
|
2026-05-08 01:00:03 +02:00 |
|
hugogogo
|
23c788d0c2
|
new struct for polynom
|
2026-05-07 19:38:43 +02:00 |
|
hugogogo
|
09701f8884
|
fix superscript 1
|
2026-05-07 14:29:48 +02:00 |
|
hugogogo
|
f373fef4ac
|
wip print before solution
|
2026-05-07 13:18:28 +02:00 |
|
hugogogo
|
8c22b98d88
|
solver first part
|
2026-05-07 00:59:02 +02:00 |
|
hugogogo
|
4c13d21e1f
|
init solver
|
2026-05-06 22:34:16 +02:00 |
|
hugogogo
|
16c57c9bea
|
handle superscript powers
|
2026-05-06 20:02:56 +02:00 |
|
hugogogo
|
4b6ad34720
|
update file structure
|
2026-05-06 17:51:07 +02:00 |
|
hugogogo
|
0046409c89
|
basic struct for loop run
|
2026-05-06 17:39:47 +02:00 |
|
hugogogo
|
93647b56b5
|
better flag handling
|
2026-05-06 16:50:05 +02:00 |
|
hugogogo
|
8a479c3c3b
|
simplified error output
|
2026-05-06 16:17:34 +02:00 |
|
hugogogo
|
7f06d505d1
|
fix polynomial to accept any exponents
|
2026-05-04 22:14:29 +02:00 |
|
hugogogo
|
dff842ccab
|
add debug mode and stdin input
|
2026-05-04 20:40:51 +02:00 |
|
hugogogo
|
edc678cee4
|
reduced form calculated
|
2026-05-03 23:57:47 +02:00 |
|
hugogogo
|
3420923557
|
renamed enum and struct
|
2026-05-03 23:06:04 +02:00 |
|
hugogogo
|
6648161d9a
|
parse working
|
2026-05-03 22:28:26 +02:00 |
|
hugogogo
|
187c26083a
|
adding utils with enum_print
|
2026-05-03 20:42:18 +02:00 |
|
hugogogo
|
b19b593707
|
adding debug output for terms
|
2026-05-03 11:37:35 +02:00 |
|
hugogogo
|
cdc066c935
|
remove individuals headers to avoid circular dependencies
|
2026-05-03 11:29:01 +02:00 |
|
hugogogo
|
42cfdf9734
|
wip parsing and error
|
2026-05-03 00:20:39 +02:00 |
|
hugogogo
|
c24461cb33
|
improved errors
|
2026-05-02 22:30:31 +02:00 |
|
hugogogo
|
3977e6a6bb
|
changed subtypes for tags
|
2026-05-02 10:25:25 +02:00 |
|
hugogogo
|
a250a170cb
|
adding subtypes
|
2026-05-02 10:08:34 +02:00 |
|
hugogogo
|
bcbd3b2abb
|
parse sign
|
2026-05-01 22:39:15 +02:00 |
|
hugogogo
|
416d170ed2
|
fix error in stop_errors and add debug term output
|
2026-05-01 10:59:40 +02:00 |
|
hugogogo
|
7519b8e615
|
using double everywhere
|
2026-05-01 10:42:45 +02:00 |
|
hugogogo
|
241cbdaff1
|
wip parser structure with placeholders
|
2026-05-01 01:58:04 +02:00 |
|
hugogogo
|
512ba9b5f4
|
init parser
|
2026-04-30 23:19:14 +02:00 |
|
hugogogo
|
7a30dcc345
|
lexer types equal and factor
|
2026-04-30 22:48:51 +02:00 |
|
hugogogo
|
26fa8025ef
|
lexer complete with luke memory solution
|
2026-04-29 12:41:19 +02:00 |
|
hugogogo
|
5108571deb
|
lexer adding is_number
|
2026-04-28 23:42:25 +02:00 |
|
hugogogo
|
fb81f200d9
|
split files
|
2026-04-28 22:35:46 +02:00 |
|
hugogogo
|
48221894c0
|
wip lexer
|
2026-04-28 22:04:23 +02:00 |
|
hugogogo
|
a2333a3ff1
|
basic makefile libft main
|
2026-04-28 09:22:55 +02:00 |
|