Liking cljdoc? Tell your friends :D
Clojure only.

fastmath.calculus.cubature


cubatureclj

(cubature f lower upper)
(cubature f
          lower
          upper
          {:keys [rel abs max-evals max-iters initdiv info?]
           :or {rel 1.0E-7
                abs 1.0E-7
                max-evals Integer/MAX_VALUE
                max-iters 64
                initdiv 2
                info? false}})
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close