How to Install and Uninstall texlive-poormanlog Package on openSuSE Tumbleweed
Last updated: December 24,2024
1. Install "texlive-poormanlog" package
This guide let you learn how to install texlive-poormanlog on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
texlive-poormanlog
Copied
2. Uninstall "texlive-poormanlog" package
This is a short guide on how to uninstall texlive-poormanlog on openSuSE Tumbleweed:
$
sudo zypper remove
texlive-poormanlog
Copied
3. Information about the texlive-poormanlog package on openSuSE Tumbleweed
Information for package texlive-poormanlog:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-poormanlog
Version : 2023.209.0.0.07svn63400-53.2
Arch : noarch
Vendor : openSUSE
Installed Size : 10.2 KiB
Installed : No
Status : not installed
Source package : texlive-specs-s-2023-53.2.src
Upstream URL : https://www.tug.org/texlive/
Summary : Logarithms and powers with (almost) 9 digits
Description :
This small package (usable with Plain e-TeX, LaTeX, or others)
with no dependencies provides two fast expandable macros
computing logarithms in base 10 and fractional powers of 10.
They handle arguments of 9 digit tokens which stand for either
1 <= d.dddddddd < 10 (for the log) or 0.xxxxxxxxx (for powers
of 10). They achieve a precision of 1ulp for the logarithm and
2ulp for fractional powers of ten. Extension to other numerical
ranges has to be done by user, via own macros or some math
engine. The xintexpr package (at 1.3f) imports the poormanlog
macros as core constituents of its log10(), pow10(), log(),
exp() and pow() functions.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-poormanlog
Version : 2023.209.0.0.07svn63400-53.2
Arch : noarch
Vendor : openSUSE
Installed Size : 10.2 KiB
Installed : No
Status : not installed
Source package : texlive-specs-s-2023-53.2.src
Upstream URL : https://www.tug.org/texlive/
Summary : Logarithms and powers with (almost) 9 digits
Description :
This small package (usable with Plain e-TeX, LaTeX, or others)
with no dependencies provides two fast expandable macros
computing logarithms in base 10 and fractional powers of 10.
They handle arguments of 9 digit tokens which stand for either
1 <= d.dddddddd < 10 (for the log) or 0.xxxxxxxxx (for powers
of 10). They achieve a precision of 1ulp for the logarithm and
2ulp for fractional powers of ten. Extension to other numerical
ranges has to be done by user, via own macros or some math
engine. The xintexpr package (at 1.3f) imports the poormanlog
macros as core constituents of its log10(), pow10(), log(),
exp() and pow() functions.