-
Notifications
You must be signed in to change notification settings - Fork 439
L_oq
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
Elementwise division: (x,y) -> x ./ y.::
rdivide(float x, float y) -> float rdivide(DM x, DM y) -> DM rdivide(SX x, SX y) -> SX rdivide(MX x, MX y) -> MX
To edit, see writing tips.