Open tekkac opened 2 years ago
The common library contains predefined functions to handle common math operations. Such as <, <=, > 0, range checks, absolute value, felt division. Provide an exercise to learn how to use those functions.
<
<=
> 0
Resource:
Going to work on this as a part of an assignment for a Software Engineering class, plan to make a pull request some time tonight.
Description
The common library contains predefined functions to handle common math operations. Such as
<
,<=
,> 0
, range checks, absolute value, felt division. Provide an exercise to learn how to use those functions.Resource:
Acceptance criteria