Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHI 4 - float features #5

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

PHI 4 - float features #5

wants to merge 8 commits into from

Conversation

Yunif3
Copy link

@Yunif3 Yunif3 commented May 15, 2020

Made suggestions for introducing more operators that support Float and Int types.

  • Boolean float operators <., >., ==. to match with their Integer counterparts
  • Division operators / and /. to support division of integers and floats.
    • New constants NaN, Inf, Neg_Inf to follow the IEEE 754 standard
  • Operator type prediction such that the user doesn't have to explicitly convert Int operators to Float operators in most cases

@Yunif3 Yunif3 requested a review from cyrus- May 15, 2020 22:37
4-float-features/4-float-features.md Outdated Show resolved Hide resolved
4-float-features/4-float-features.md Outdated Show resolved Hide resolved
4-float-features/4-float-features.md Outdated Show resolved Hide resolved
4-float-features/4-float-features.md Outdated Show resolved Hide resolved
4-float-features/4-float-features.md Outdated Show resolved Hide resolved
4-float-features/4-float-features.md Show resolved Hide resolved
@cyrus- cyrus- marked this pull request as draft May 15, 2020 23:46
@Yunif3 Yunif3 changed the title 4 float features PHI 4 - float features May 17, 2020
@Yunif3 Yunif3 marked this pull request as ready for review May 18, 2020 02:51
@Yunif3 Yunif3 marked this pull request as draft May 19, 2020 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants