How to Install and Uninstall jafama Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "jafama" package

Please follow the guidelines below to install jafama on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jafama

2. Uninstall "jafama" package

This tutorial shows how to uninstall jafama on openSuSE Tumbleweed:

$ sudo zypper remove jafama

3. Information about the jafama package on openSuSE Tumbleweed

Information for package jafama:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jafama
Version : 2.3.1-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 84.5 KiB
Installed : No
Status : not installed
Source package : jafama-2.3.1-1.23.src
Upstream URL : https://github.com/jeffhain/jafama
Summary : A (Strict) FastMath class with 1e-15ish accuracy
Description :
Jafama (Java Fast Math) is a Java library aiming at providing faster versions
of java.lang.Math treatments, at the eventual cost of 1e-15ish accuracy errors
but still handling special cases properly (NaN, +-Infinity, ties, etc.).
It also provides additional features, such as angles normalization methods,
inverse hyperbolic trigonometry, etc.