Chris Lexmond
Chris Lexmond
The bullet describing the "=~" operator was being interpreted as a header eliminating the equal sign causing confusion.
# Bug Report **Cairo version:** Commit 66357681 **Current behavior:** When calling a fairly involved method (specifically a port of this `noise3` method https://github.com/influenceth/cairo-rand-64x61/blob/master/contracts/cairo_rand_64x61/simplex.cairo) `cairo-test` exits roughly 2/3rds of the way...
The following fails with `RealMath.fromReal(hundred)` being `99`. And in fact the result is always off by `int(1)` (i.e. 4000 * 2/40 = 199). ``` function testRealMath() public { var exp...