Language

Package: mpfi @ 1.5.3

Synopsis

C library for arbitrary-precision interval arithmetic

Description

MPFI is a portable C library for arbitrary-precision interval arithmetic, with intervals represented using MPFR reliable floating-point numbers. It's based on the GMP and GNU MPFR libraries.

The purpose of arbitrary-precision interval arithmetic is to get results that are both guaranteed, thanks to interval computation, and accurate, thanks to multiple-precision arithmetic.

Home page
https://perso.ens-lyon.fr/nathalie.revol/software.html
Location
gnu/packages/multiprecision.scm (line: 137, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

description should start with an upper-case letter or digit