Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fusion809/functionintegrator.jl

A Julia package to numerically approximate 1d function integrals using any of a variety of different methods.
https://github.com/fusion809/functionintegrator.jl

chebyshev-gauss-quadrature gauss-hermite-quadrature gauss-jacobi-quadrature gauss-laguerre-quadrature gauss-legendre-quadrature gauss-legendre-radau-quadrature gauss-lobatto-quadrature gaussian-quadrature julia julia-package numerical-integration quadrature rectangle-rule rombergs-method simpson-rule trapezoidal-rule

Last synced: 24 days ago
JSON representation

A Julia package to numerically approximate 1d function integrals using any of a variety of different methods.

Awesome Lists containing this project

README

        

# FunctionIntegrator.jl
![CompatHelper](https://github.com/fusion809/FunctionIntegrator.jl/workflows/CompatHelper/badge.svg)
![deps](https://juliahub.com/docs/FunctionIntegrator/deps.svg)
![pkgeval](https://juliahub.com/docs/FunctionIntegrator/pkgeval.svg)
![TagBot](https://github.com/fusion809/FunctionIntegrator.jl/workflows/TagBot/badge.svg)
![Travis](https://travis-ci.com/fusion809/FunctionIntegrator.jl.svg?branch=master)
![version](https://juliahub.com/docs/FunctionIntegrator/version.svg)

Due to [Franklin.jl](https://github.com/tlienart/Franklin.jl)'s superior mathematics typesetting support (relative to plain GitHub-flavoured markdown), I have decided to move the README of this package to my Franklin-powered website, https://fusion809.github.io/FunctionIntegrator/.

Contributions are welcome!