Skip to content

Conversation

@AntonOresten
Copy link
Contributor

@AntonOresten AntonOresten commented Jan 10, 2026

  • Adds broadcasting of min, max.
  • Adds mod1 overlay.

There are other operators like fld1, fldmod1 that currently fail. It seems Base.fld1 is equivalent to Base.cld, but marks a slightly different intent, and pairs well with mod1. I'm also not sure what mod falls back to, so the current mod1 implementation might not be as efficient as it could be. It differs from the Base method in that it uses ? for the conditional, because ifelse fails.

@AntonOresten AntonOresten marked this pull request as draft January 10, 2026 16:02
@AntonOresten
Copy link
Contributor Author

This should probably be a tracker issue.

@AntonOresten AntonOresten changed the title Add more arithmetic ops Allow broadcasting of more integer ops Jan 12, 2026
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.

1 participant