package alt-ergo-lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Alt-Ergo SMT prover library
Install
dune-project
Dependency
Authors
Maintainers
Sources
alt-ergo-2.3.3.tar.gz
sha256=52e9e9cdbedf7afd1b32154dfb71ca7bead44fa2efcab7eb6d9ccc1989129388
md5=3b060044767d16d1de3416944abd2dd5
doc/alt-ergo-lib/AltErgoLib/NumbersInterface/module-type-ZSig/index.html
Module type NumbersInterface.ZSig
Interface of Integers *
val zero : tval one : tval m_one : tval compare_to_0 : t -> intval sign : t -> intval hash : t -> intval is_zero : t -> boolval is_one : t -> boolval is_m_one : t -> boolval from_int : int -> tval from_string : string -> tval to_string : t -> stringval to_machine_int : t -> int optionconvert to machine integer. returns None in case of overflow
val to_float : t -> floatval print : Format.formatter -> t -> unitreturns sqrt truncated with the remainder. It assumes that the argument is positive, otherwise, Invalid_argument is raised.
val testbit : t -> int -> booltestbit z n returns true iff the nth bit of z is set to 1. n is supposed to be positive
val numbits : t -> intreturn the number of bits set to one in the given integer
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>