package mopsa
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_utils/Mopsa_utils/ItvUtils/Float/Double/index.html
Module Float.Double
Double precision operations.
Operations
Special multiplication where 0 * ∞ is 0, not NaN. This is particularly useful for interal bounds.
Special division where 0 / 0 and ∞ / ∞ are 0, not NaN. This is particularly useful for interal bounds.
val of_int_near : int -> t
val of_int_up : int -> t
val of_int_down : int -> t
val of_int_zero : int -> t
Conversion from int with rounding.
val of_int64_near : int64 -> t
val of_int64_up : int64 -> t
val of_int64_down : int64 -> t
val of_int64_zero : int64 -> t
Conversion from int64 with rounding.
val of_z_near : Z.t -> float
val of_z_up : Z.t -> float
val of_z_down : Z.t -> float
val of_z_zero : Z.t -> float
Conversion from Zarith with rounding.
Floating-point format characteristics
val min_denormal : t
val min_normal : t
val max_normal : t
val max_exact : t
val ulp : t
Units in the last place (relative precision).
val rep_of_bits : int64 -> bit_float
val bits_of_rep : bit_float -> int64
val to_bits : t -> int64
val of_bits : int64 -> t
val of_string_up : string -> t
val of_string_down : string -> t
Conversion from string.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page