You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on rem, mod and idivide.
The solution is easily extendable to other basic operations with similar format. For example, it could be extended to addition.
The behavior expectations are not very clear to me.
For now, I used "Inputs with Compatible Sizes" > "2-D Inputs" section from this site as the reference. The 2 inputs can be numbers or number matrices, and the output is a float or a float matrix. For example:
Your contributions are very welcome! Please feel free to start a draft PR for #55, #56, and #57.
You're right that there aren't clear expectations around behavior as this project was a bit ad hoc to begin with. I think the "2-D Inputs" section that you identified is a good standard to target for further development.
Add function like MATLAB's
rem
The text was updated successfully, but these errors were encountered: