UnitfulIntegration.jl

Unitful quantity-valued functions in your integrals
Author PainterQubits
Popularity
1 Star
Updated Last
1 Year Ago
Started In
January 2017

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.

Used By Packages

No packages found.