Commit Graph

25 Commits

Author SHA1 Message Date
9d5aeebef3
Added support for complex numbers and added logarithm function
All checks were successful
dc / build (push) Successful in 18s
2024-04-19 16:14:47 +02:00
a8bbeece41
Added linear regression(+docs+tests) and fixed some bugs
All checks were successful
dc / build (push) Successful in 16s
2024-03-27 11:57:52 +01:00
5997f06bd0
Added support to nested macros
All checks were successful
dc / build (push) Successful in 16s
2024-03-25 10:53:23 +01:00
f5afd4019b
Fixed some typos
All checks were successful
dc / build (push) Successful in 16s
2024-03-20 09:18:56 +01:00
62ad335e58
Added bitwise operators and fixed various bugs
All checks were successful
dc / build (push) Successful in 15s
2024-03-19 12:30:02 +01:00
b247dadbba
Added monte carlo simulation example
All checks were successful
dc / build (push) Successful in 15s
2024-03-15 08:42:15 +01:00
d0156fae3a
Added '@' and '$' functions(RNG and INT function)
All checks were successful
dc / build (push) Successful in 13s
2024-03-14 15:57:46 +01:00
4a71a91ee8
Added 'load from file' option(' operator)
All checks were successful
dc / build (push) Successful in 13s
2024-03-13 11:04:39 +01:00
dbecebce07
Improved code
All checks were successful
dc / build (push) Successful in 13s
2024-03-13 09:15:33 +01:00
3c257a1fd1
Added [] overload and namespace to dc's data structures
Some checks failed
dc / build (push) Failing after 8s
2024-03-12 15:34:14 +01:00
674d6deef6
Added 'lastX', 'lastY', 'lastZ' operations and their tests
All checks were successful
dc / build (push) Successful in 1m2s
2024-03-12 11:50:13 +01:00
aebfec4fb3
Refactored DC data structure
All checks were successful
dc / build (push) Successful in 58s
2024-03-11 16:37:55 +01:00
748956622e
Updated man, documentation and CI 2024-03-01 10:31:00 +01:00
505b623102
Added binaries 2024-02-13 16:39:55 +01:00
4f33f07b09
Updated github link 2024-01-16 09:36:12 +01:00
f428edbebc
Added 'a{sin,cos,tan}' functions 2023-11-28 15:21:40 +01:00
17dc7436e2
Updated documentation 2023-11-16 16:08:50 +01:00
6d41159e36
Migrated to CMake 2023-11-09 10:31:50 +01:00
f75ac99625
Added 'print_base' function 2023-11-08 10:30:51 +01:00
137c781ee3
2023-11-06 12:28:26 +01:00
75b39b99a3
Fixed minor stuff 2023-11-03 11:57:19 +01:00
195fb4476a
Fixed various bugs and fixed number representation error 2023-11-03 10:48:30 +01:00
09985c928b
Updated documentation 2023-11-02 17:38:34 +01:00
460826cc32
Updated documentation 2023-11-02 17:33:26 +01:00
84a0704588
First upload 2023-11-02 17:25:24 +01:00