JuliaPhysics / Measurements.jl

Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration.

Home Page:https://juliaphysics.github.io/Measurements.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What do NaN uncertainties mean?

Melissa-Iacovidou opened this issue · comments

I'm using the Measurements.jl package to error propagate through multiple calculations including integrations (quadgk, cuba). It works well but there is an instance where I get results with ± NaN as uncertainties. Why is this happening?