Skip to content

Integer#toString has side effects depending on the base #20

Closed
@make-github-pseudonymous-again

Description

const x = ZZ.from(10000) ;
x.toString(10); // 10000
x.toString(10); // 10000
x.toString(16); // 2710
x.toString(16); // 2

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions