|
inlineconstexpr |
Parameters
x: argument.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
is_flint(x) is semantically equivalent to is_eqz (eve::frac(x)); This means that x represents an integral value.trueis_flint[pedantic](x) also check that the input is not greater or equal to the largest consecutive integer in the element type of x (maxflint(as(x))).