libmath-calculus-differentiate-perl 0.3-4 source package in Ubuntu

Changelog

libmath-calculus-differentiate-perl (0.3-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmath-calculus-differentiate-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 18:34:17 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-calculus-differentiate-perl_0.3-4.dsc 2.3 KiB 45fbc6ddfbc28465ec1f371f1b661a33eb2ba200c1b715251bc51bb53f23542b
libmath-calculus-differentiate-perl_0.3.orig.tar.gz 6.0 KiB 8d24f9e668fe374b5cbebff219949f8a3e5becb8662a707bb95898aee12785a6
libmath-calculus-differentiate-perl_0.3-4.debian.tar.xz 2.9 KiB 50a12c69b5de62fa702894eb9092ba9324e9e214c1fabe956a4aced49accf36c

Available diffs

No changes file available.

Binary packages built by this source

libmath-calculus-differentiate-perl: Algebraic Differentiation Engine

 Math::Calculus::Differentiate can take an algebraic expression,
 parse it into a tree structure, modify the tree to give a representation
 of the differentiated function, simplify the tree and turn the tree back
 into an output of the same form as the input.
 .
 It supports differentiation 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.