g(u) := if u > 1.0 then throw(u) else sin(u)$ ex: funmake(g, [y[3]])$ catch( quad_qags(ex, y[3], 0, %pi) )$ y[3]; ==> 1.5707963267948966 ← an internal quadrature sample point
Spotted by Claude
I'm surprised that subscripted variables are allowed at all.
Fixed by commit [5e14a1].
Commit: [5e14a1]
Log in to post a comment.
I'm surprised that subscripted variables are allowed at all.
Fixed by commit [5e14a1].
Related
Commit: [5e14a1]