mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 04:35:33 +03:00
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
|
/*
|
||
|
namespace: ParseExpression
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
!-x.rem_wrapped(y)
|
||
|
x.rem_wrapped(y).rem_wrapped(y).rem_wrapped(y)
|
||
|
-x.rem_wrapped(y)
|
||
|
(-x).rem_wrapped(y)
|
||
|
-(x.rem_wrapped(y))
|
||
|
(-x.rem_wrapped(y)).rem_wrapped(y)
|
||
|
!x.rem_wrapped(y)
|
||
|
(!x).rem_wrapped(y)
|
||
|
!(x.rem_wrapped(y))
|
||
|
(!x.rem_wrapped(y)).rem_wrapped(y)
|
||
|
(x.rem_wrapped(y) / x.rem_wrapped(y)).rem_wrapped(x.rem_wrapped(y) / x.rem_wrapped(y))
|