libmath-calculus-expression-perl 0.2.2.ds-2.1 source package in Ubuntu

Changelog

libmath-calculus-expression-perl (0.2.2.ds-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Wed, 06 Jan 2021 16:37:34 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-calculus-expression-perl_0.2.2.ds-2.1.dsc 2.2 KiB 0230ec61aee9f688ef99ec19b22a53b10504220c3a29d81651e413e5efefa7f5
libmath-calculus-expression-perl_0.2.2.ds.orig.tar.gz 9.5 KiB c05fbd797c8c1864f7abb92bb55211f84f536612201117c75155c0545fa229a0
libmath-calculus-expression-perl_0.2.2.ds-2.1.debian.tar.xz 4.2 KiB e2cf852c651209d6f6b8eb79c9ec92eeae6f0f3a59e615f6c7ed68a136013c4f

Available diffs

No changes file available.

Binary packages built by this source

libmath-calculus-expression-perl: Algebraic Calculus Tools Expression Class

 Math::Calculus::Expression can take an algebraic expression, parse it into a
 tree structure, simplify the tree, substitute variables and named constants for
 other variables or constants (which may be numeric), numerically evaluate the
 tree and turn the tree back into an output of the same form as the input.
 .
 It supports a wide range of expressions including the +, -, *, / and ^
 (raise to power) operators, bracketed expressions to enable correct precedence
 and the functions ln, exp, sin, cos, tan, sec, cosec, cot, sinh, cosh, tanh,
 sech, cosech, coth, asin, acos, atan, asinh, acosh and atanh.