Skip to content

Conversation

@gus-massa
Copy link
Contributor

The result can be +inf.0, for example:

(lcm 3E307 5E307)
(lcm #e3E999 1.0)

I couldn't find a tight type that includes uinteger and +inf.0 so I used real instead.

Another possibility is to create one like integer+ that includes perhaps both infinites and nan, and add the new type to cptyes.

gus-massa and others added 2 commits July 15, 2025 07:44
The result can be +inf.0, for example:
  (lcm 3E307 5E307)
  (lcm #e3E999 1.0)
@mflatt mflatt merged commit 7db61e9 into cisco:main Jul 15, 2025
16 checks passed
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