Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Selwyn Simsek
gsll
Commits
4a3c7442
Commit
4a3c7442
authored
Nov 11, 2009
by
TTCA Vukovic
Committed by
Liam Healy
Nov 11, 2009
Browse files
Added clisp dependency in evaluate-integral-example
parent
d87c9b66
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpolation/spline-example.lisp
View file @
4a3c7442
...
...
@@ -45,4 +45,7 @@ over a 0-2pi interval and interpolated with
collect
(
sin
x
))))
(
acc
(
make-acceleration
))
(
spline
(
make-spline
+periodic-cubic-spline-interpolation+
xmarr
ymarr
)))
(
evaluate-integral
spline
0d0
(
coerce
pi
'double-float
)
:acceleration
acc
)))
(
evaluate-integral
spline
0d0
#+
clisp
(
coerce
pi
'double-float
)
;; pi=3.14..L0 on clisp
#-
clisp
pi
:acceleration
acc
)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment