Bug with affine functions #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Take "2x + 1" for example.
For x=10 and more, this will return y=211 instead of 21
Fixed this and added a test case, thanks Tim!