File: control

package info (click to toggle)
euler 1.61.0-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 5,164 kB
  • sloc: ansic: 24,761; sh: 8,314; makefile: 141; cpp: 47; php: 1
file content (54 lines) | stat: -rw-r--r-- 1,961 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: euler
Section: math
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13), dh-autoreconf, libgtk2.0-dev (>= 2.6.0)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/euler.git
Vcs-Browser: https://salsa.debian.org/debian/euler
Homepage: http://euler.sourceforge.net/
Rules-Requires-Root: no

Package: euler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sensible-utils
Suggests: euler-doc
Description: interactive mathematical programming environment
 Euler is a powerful numerical laboratory with a programming language.
 The system can handle real, complex and interval numbers, vectors and
 matrices. It can produce 2D/3D plots.
 .
 Euler features among other things:
  * real, complex and interval scalars and matrices
  * a programming language, with local variables, default values for
    parameters, variable parameter number, passing of functions
  * two and three dimensional graphs
  * marker plots
  * density and contour plots
  * animations
  * numerical integration and differentiation
  * statistical functions and tests
  * differential equations
  * interval methods with guaranteed inclusions
  * function minimizers (Brent, Nelder-Mean)
  * simplex algorithm
  * interpolation and approximation
  * finding roots of polynomials
  * fast Fourier transform (FFT)
  * an exact scalar product using a long accumulator
  * PostScript graphics export
 .
 This package contains the main program. Documentation for Euler is included
 in the euler-doc package.

Package: euler-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: euler
Description: documentation for the mathematical programming environment Euler
 Euler is a powerful numerical laboratory with a programming language.
 The system can handle real, complex and interval numbers, vectors and
 matrices. It can produce 2D/3D plots.
 .
 This package contains documentation for Euler.