mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
540bbc71e6
This commit adds `call-seq` documentation to the following methods in `mruby-numeric-ext` to improve code clarity and maintainability: - `Integer#even?` - `Integer#odd?` - `Integer.sqrt` - `Float#remainder` Additionally, it adds a comment to the internal `isqrt` function to explain its implementation. Co-authored-by: Gemini <gemini@google.com>