Skip to content

Conversation

@BrianHung
Copy link
Owner

Summary

  • add MOD and QUOTIENT enum variants
  • implement fn_mod and fn_quotient
  • wire new functions through static analysis and evaluation
  • document MOD and QUOTIENT as available
  • add basic tests for MOD and QUOTIENT

Testing

  • cargo test --quiet

https://chatgpt.com/codex/tasks/task_e_6874ac6cdd2c8327aa68705cb211c6a0

@BrianHung BrianHung changed the title Implement MOD and QUOTIENT functions mod, quotient Jul 14, 2025

#[test]
fn mod_function() {
let mut model = new_empty_model();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might split into two separate test files.

@BrianHung
Copy link
Owner Author

cursor review
make sure there are comprehensive tests for each function, functions are ticked as available, and properly documented with their own page stub

cursor[bot]

This comment was marked as outdated.

@BrianHung
Copy link
Owner Author

cursor review
make sure there are comprehensive tests for each function, functions are ticked as available, and properly documented with their own page stub

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ BugBot reviewed your changes and found no bugs!


Was this report helpful? Give feedback by reacting with 👍 or 👎

@BrianHung BrianHung added the ready to merge PRs ready to merge label Jul 20, 2025
BrianHung added a commit that referenced this pull request Jul 30, 2025
@BrianHung
Copy link
Owner Author

Consolidating and close in favor of #52.

@BrianHung BrianHung closed this Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex ready to merge PRs ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants