cmatools.analysis.simple_analysis

Simple integer analysis functions.

Functions

analysis_max(x, y)

Maximum of two integers.

analysis_product(x, y)

Product of two integers.

analysis_sum(x, y)

Sum two integers.