But the commands
* (defun integration-test-f454 (x)
(* (expt x 3) (* (log (abs (* (- (expt x 2) 1.0d0) (- (expt x 2) 2.0d0)))))))
* (gsll:integration-QAGp
'integration-test-f454
(grid:copy-to (vector 0.0d0 1.0d0 (sqrt 2.0d0) 3.0d0))
0.0d0 1.0d-3 1000)
just produces a long list of errors. Is "grid" a standard library, or does it need to be loaded first? (Told you I was a newbie...)
Thanks
Alasdair