mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
61d3e67655
devel/pure-readline: A readline interface for the Pure language devel/pure-stldict: Pure interface to C++ STL map/unordered_map devel/pure-stlvec: Pure interface to C++ STL vector math/pure-mpfr: Multiprecision floats for Pure x11-toolkits/pure-tk: A basic interface between Pure and Tcl/Tk PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com>
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
pure-mpfr makes the MPFR multiprecision floats (henceforth referred to as
|
|
mpfr numbers or values) available in Pure, so that they work with the other
|
|
types of Pure numbers in an almost seamless fashion.
|
|
|
|
WWW: http://docs.pure-lang.googlecode.com/hg/pure-mpfr.html
|