PainterQubits / UnitfulIntegration.jl

Unitful quantity-valued functions in your integrals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnitfulIntegration

Build Status Coverage Status codecov.io

This package enables integration of physical quantity-valued functions, using the Quantity types implemented in Unitful.jl.

This package currently supports QuadGK.jl, which was originally in Julia Base. We do not support QuadGK as implemented in Julia 0.5. To use this package with Julia 0.5, you need to install the QuadGK package and qualify all invocations of QuadGK functions with the module name (e.g. import QuadGK; QuadGK.quadgk(...)).

PRs for other integration packages are welcome.

About

Unitful quantity-valued functions in your integrals

License:Other


Languages

Language:Julia 100.0%