package posix-math2
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Bindings for posix math
Install
dune-project
Dependency
Authors
Maintainers
Sources
v4.0.2.tar.gz
md5=2e05f3e890206138c4ebd09878359a2f
sha512=79a786c299b5d9f7f5ff0c3cf289539e8ea257b2068f75cd9faca9450679e5cd7de6b0fc5b77c9ddbbb5857d4f64119837a61a22d277e6e2a8ab4b3c4d5911c0
doc/src/posix-math2.constants/posix_math_constants.ml.html
Source file posix_math_constants.ml
1 2 3 4 5 6 7 8 9 10 11module Def (S : Cstubs.Types.TYPE) = struct let sizeof_float_t = S.constant "SIZEOF_FLOAT_T" S.int let alignof_float_t = S.constant "ALIGNOF_FLOAT_T" S.int let sizeof_double_t = S.constant "SIZEOF_DOUBLE_T" S.int let alignof_double_t = S.constant "ALIGNOF_DOUBLE_T" S.int let fp_infinite = S.constant "FP_INFINITE" S.int let fp_nan = S.constant "FP_NAN" S.int let fp_normal = S.constant "FP_NORMAL" S.int let fp_subnormal = S.constant "FP_SUBNORMAL" S.int let fp_zero = S.constant "FP_ZERO" S.int end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>