= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Integration of functions of one variable
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
integration1d-0.5.tbz
md5=fbdb255fd50f55db1691126e2ddfce92
Description
This is a Collection of numerical integration routines inspired by QUADPACK but written in pure OCaml.
Installation
The easiest way of installing this library is to use opam:
opam install integration1d
If you wish to compile it by hand, install jbuilder and do
jbuilder build @install
.
Documentation
Please see the interface of the module Integration1D.
On This Page