package integration1d
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Integration of functions of one variable
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      integration1d-0.5.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=8fdc9fb9a24e3d1a3e28368bb96ab3232e9934ad47b730af2646b956d47344ac
    
    
  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.
README
Integration1D — Integration of functions of one variable
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 integration1dIf you wish to compile it by hand, install jbuilder and do jbuilder build @install.
Documentation
Please see the interface of the module Integration1D.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page