Hacker News
new
past
comments
ask
show
jobs
points
by
muizelaar
9 hours ago
|
comments
by
disentanglement
9 hours 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).
reply
by
anematode
9 minutes ago
|
parent
|
[-]
// ∫ 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.
reply