(gk-quadrature f lower upper)(gk-quadrature f
               lower
               upper
               {:keys [rel abs max-evals max-iters integration-points initdiv
                       info?]
                :or {rel 1.0E-8
                     abs 1.0E-8
                     max-evals Integer/MAX_VALUE
                     max-iters 64
                     integration-points 7
                     initdiv 1
                     info? false}})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 |