docs(cut-corners): Clarify subject

Explicit limitation that is apply in tests
This commit is contained in:
nprimo 2022-09-01 12:00:31 +01:00 committed by Niccolò Primo
parent 2f4900d8d2
commit daa52c1fd8
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Create some functions which behave like JavaScript's `Math` rounding functions:
> Some restrictions apply:
> - You may not use strings conversion to do it
> - No bitwise operator
> - No `%` operator
### Notions