package crlibm
Binding to CRlibm, a correctly rounded math lib
Install
Dune Dependency
Authors
Maintainers
Sources
crlibm-0.5.1.tbz
sha256=fcc6ff4497eb168a91bac7967316164ff0d3e1ee776fed958718a9cd7c49983b
sha512=1b62bde2d45b74ef4b15b015c90bb0f0a292180b6436f8deab81d54ab08b9cede9265c82b309a4e5377f97181049d1430bce8867df025a09859f503de0eb8032
doc/crlibm/Crlibm/index.html
Module Crlibm
Source
Binding to CRlibm, a library of proved correctly-rounded mathematical functions.
Version: 0.5.1
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 to be 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