Thanks to visit codestin.com
Credit goes to github.com

Skip to content

No override for int * InfInt #11

@GitBingo

Description

@GitBingo

InfInt numerator = 1;
InfInt denominator = 2;

numerator += 2 * denominator;

The above statement crashes, the statement has to read

InfInt numerator = 1;
InfInt denominator = 2;
InfInt two = 2;

numerator += two * denominator;

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions