Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 3.18 KB

comparison_index.rst

File metadata and controls

72 lines (56 loc) · 3.18 KB
.rst-content table.docutils { width: 100%; table-layout: fixed; } table.docutils .line-block { margin-left: 0; margin-bottom: 0; } table.docutils code.literal { color: initial; } code.docutils { background: initial; }

Comparison operators

Ordering:

:cppeq per slot equals to comparison
:cppneq per slot different from comparison
:cppgt per slot strictly greater than comparison
:cpplt per slot strictly lower than comparison
:cppge per slot greater or equal to comparison
:cpple per slot lower or equal to comparison

Parity check:

:cppis_even per slot check for evenness
:cppis_odd per slot check for oddness

Floating point number check:

:cppisinf per slot check for infinity
:cppisnan per slot check for NaN
:cppisfinite per slot check for finite number
:cppis_flint per slot check for float representing an integer

batch_logical