onlydustxyz / starklings

An interactive tutorial to get you up and running with Starknet
309 stars 83 forks source link

Exercise on the common math operations #139

Open tekkac opened 2 years ago

tekkac commented 2 years ago

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

harrisonstark commented 2 years ago

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.