How to Install and Uninstall perl-Number-WithError Package on openSUSE Leap

Last updated: July 03,2024

1. Install "perl-Number-WithError" package

This is a short guide on how to install perl-Number-WithError on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Number-WithError

2. Uninstall "perl-Number-WithError" package

Please follow the step by step instructions below to uninstall perl-Number-WithError on openSUSE Leap:

$ sudo zypper remove perl-Number-WithError

3. Information about the perl-Number-WithError package on openSUSE Leap

Information for package perl-Number-WithError:
----------------------------------------------
Repository : Main Repository
Name : perl-Number-WithError
Version : 1.01-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 65.0 KiB
Installed : No
Status : not installed
Source package : perl-Number-WithError-1.01-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Number-WithError/
Summary : Numbers with error propagation and scientific rounding
Description :
This class is a container class for numbers with a number of associated
symmetric and asymmetric errors. It overloads practically all common
arithmetic operations and trigonometric functions to propagate the errors.
It can do proper scientific rounding (as explained in more detail below in
the documentation of the 'significant_digit()' method).
You can use Math::BigFloat objects as the internal representation of
numbers in order to support arbitrary precision calculations.
Errors are propagated using Gaussian error propagation.
With a notable exception, the test suite covers way over ninety percent of
the code. The remaining holes are mostly difficult-to-test corner cases and
sanity tests. The comparison routines are the exception for which there
will be more extensive tests in a future release.