How to Install libopenlibm2 in Ubuntu 18.04



Install libopenlibm2 by entering the following commands in the terminal:

sudo apt update
sudo apt install libopenlibm2

Description:

standalone implementation of C mathematical functions (shared library)

OpenLibm is an effort to have a high quality, portable, standalone libm implementation, under a liberal free software license. It can be used standalone in applications and programming language implementations. . The project was born out of a need to have a good libm for the Julia programming language that worked consistently across compilers and operating systems, and in 32-bit and 64-bit environments. . This package contains a shared version of the library.

Homepage: https://github.com/JuliaLang/openlibm

Version: 0.5.4+dfsg-3

Section: universe/libs