kangaroo  1.0
the cbls library
Data Structures

Use quaternary arithmetic operators to define quaternary arithmetic value function expressions. More...

Data Structures

class  add4< input, output >
 Quaternary addition operator: p + q + r + s. More...
 
class  mult4< input, output >
 Quaternary multiplication operator: p * q * r * s. More...
 
class  max4< input, output >
 Quaternary maximum operator: max(p, q, r, s). More...
 
class  min4< input, output >
 Quaternary minimum operator: min(p, q, r, s). More...
 

Detailed Description

Use quaternary arithmetic operators to define quaternary arithmetic value function expressions.

See QuaternaryValueToValue to use these operators to define value function expressions.