package crlibm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Binding to CRlibm, a correctly rounded math lib
Install
dune-project
Dependency
Authors
Maintainers
Sources
crlibm-0.4.tbz
sha256=e8c163595ca9b9dea10ddcc16ad72a461f7d83d735638f92a346a6f57d19bbde
md5=d050a60185c69f58665a170ec2a7d973
doc/crlibm/Crlibm/index.html
Module CrlibmSource
Binding to CRlibm, a library of proved correctly-rounded mathematical functions.
Version: 0.4
Round to the nearest
include S
expm1 x returns exp x -. 1. in a way that is accurate even for values of x near zero.
log1p x returns log(x +. 1.) in a way that is accurate even for values of x near zero.
cospi x returns cos(π·x).
sinpi x returns sin(π·x).
tanpi x returns tan(π·x).
asinpi x returns (asin x)/π ∈ [-0.5, 0.5].
acospi x returns (acos x)/π ∈ [0., 1.].
atanpi x returns (atan x)/π ∈ [-0.5, 0.5].
pow x y computes x to the power y. Beware that this is not proved correctly rounded for all inputs.
Round toward -∞
Round toward +∞
Round toward zero
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page