How to Install and Uninstall texlive-poormanlog.noarch Package on Fedora 39

Last updated: January 10,2025

1. Install "texlive-poormanlog.noarch" package

In this section, we are going to explain the necessary steps to install texlive-poormanlog.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install texlive-poormanlog.noarch

2. Uninstall "texlive-poormanlog.noarch" package

Please follow the steps below to uninstall texlive-poormanlog.noarch on Fedora 39:

$ sudo dnf remove texlive-poormanlog.noarch $ sudo dnf autoremove

3. Information about the texlive-poormanlog.noarch package on Fedora 39

Last metadata expiration check: 4:47:28 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-poormanlog
Epoch : 11
Version : svn63400
Release : 69.fc39
Architecture : noarch
Size : 23 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Logarithms and powers with (almost) 9 digits
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.