Y
Hacker News
new
|
ask
|
show
|
jobs
by
disentanglement
116 days ago
You can find the whole integration routine here
https://github.com/ad-si/Woxi/blob/36343ab2cbc97e5081f7c811e...
. It's essentially a test mock-up (not even trying partial fraction decomposition for rational functions).
1 comments
anematode
115 days ago
// ∫ tan(x) dx = -ln|cos(x)| - not implemented (requires Log)
This
really
doesn't bode well... I'm no expert in CASes, but everything I've looked at seems very naive. Vibe coding a Mathematica replacement makes zero sense to me.
link
anematode
115 days ago
Reported a few issues, e.g.
https://github.com/ad-si/Woxi/issues/16
link