package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
doc/itvUtils/ItvUtils/Float/Single/index.html
Module Float.SingleSource
Single precision operations.
Single precision numbers are stored inside OCaml's floats, that are actually double precion, but rounding is done to single precision.
Operations
Special multiplication where 0 times an infinity is 0, not NaN. This is particularly useful for interal bounds.
Special division where 0 / 0 is 0, not NaN. This is particularly useful for interal bounds.
Code from Zarith to convert from Z.t to float using the current rounding mode. We add a version for single precision rounding.
Floating-point format characteristics
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page