File: control

package info (click to toggle)
mpfrc%2B%2B 3.6.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 288 kB
  • ctags: 498
  • sloc: cpp: 2,343; makefile: 12; sh: 7
file content (24 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: mpfrc++
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends: debhelper (>= 9), libmpfr-dev
Standards-Version: 3.9.6
Homepage: http://www.holoborodko.com/pavel/mpfr
Vcs-Git: git://anonscm.debian.org/debian-science/packages/mpfrc++.git
Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/mpfrc++.git

Package: libmpfrc++-dev
Section: libdevel
Architecture: all
Depends: libmpfr-dev, ${misc:Depends}
Description: multi-precision floating point number class for C++
 MPFR C++ introduces C++ arbitrary precision numeric types; based on
 GNU MPFR --- Multiple Precision Floating-Point Reliable Library.
 .
 MPFR C++ makes possible to use MPFR calculations in the same simple
 way as calculations with numbers of built-in types double or float:
 all arithmetic and boolean operators (+, -, *, /, >, !=, etc.) are
 implemented through operator overloading technique; elementary
 mathematical functions (sqrt, pow, sin, cos, etc.) are supported.