mathomatic 15.7.1-1 source package in Ubuntu

Changelog

mathomatic (15.7.1-1) unstable; urgency=low

  * New upstream release
  * debian/rules
    - upstream changelog changed from changes.txt to NEWS,
      which is just changes.txt in the proper order
    - deprecated "dh_clean -k" changed to "dh_prep"
  * debian/control
    - build-depends requires debhelper >= 7 for dh_prep
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  26 Dec 2011 17:50:07 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
George Gesslein II
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe math

Downloads

File Size SHA-256 Checksum
mathomatic_15.7.1.orig.tar.bz2 232.1 KiB 3ebf7d187fb6871e35359c67b9762a895949b588fb4100dac577bb247a4533d6
mathomatic_15.7.1-1.debian.tar.gz 6.7 KiB 2a428d7d9e053e28332d2b7ebc1575e42d32949d25095525ac3df38f3ad6c43b
mathomatic_15.7.1-1.dsc 1.2 KiB bc2d52faae4c7a4f5737c1269bd46c25df0f68e64ab65d81cbea7c287725872a

Available diffs

View changes file

Binary packages built by this source

mathomatic: portable Computer Algebra System (CAS)

 Mathomatic implements most of the rules of algebra for the
 mathematical operators +, -, *, /, % (modulus), and power (including
 roots).
 .
 Mathomatic can symbolically:
 .
  * combine and solve equations,
  * completely simplify and compare expressions and equations,
  * do simple calculus transformations and series,
  * do standard, complex number, modular, and polynomial arithmetic,
  * generate optimized C, Java, and Python language code from
    simplified equations,
  * plot expressions with gnuplot in two or three dimensions,
  * do quick calculations, colorize expressions, etc.

mathomatic-primes: prime number tools for mathomatic

 This package contains the integer math tools from Mathomatic to:
 .
  * quickly generate any amount of consecutive prime numbers
  * calculate large primorials
  * sum and multiply large integers
  * calculate and display Pascal's triangle
  * find the minimum number of positive integers that when squared and
    added together, equal the given number