(carlson-rf x y z)
(definite-integral f
a
b
&
{:keys [compile method max-evaluations relative-accuracy
absolute-accuracy min-iterations max-iterations
points]
:or {compile false
method :romberg
max-evaluations 32768
relative-accuracy 1.0E-6
absolute-accuracy 1.0E-15
min-iterations 3
max-iterations 32
points 16}})
(elliptic-f phi k)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |