Skip to content

Exponentiation Doesn't Guarantee int #20

@kyledewey

Description

@kyledewey

If we do exponentiation by a negative value, the result is a float instead of an int. The type signature of exponentiation needs to be updated accordingly. This is going to be messy, because this will require the addition of a new primitive type float.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions