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
This issue was first raised in a PR, but it is preferred to be modified independently as per this comment. This issue is created to track the modification to add it later eventually.
This is the proposed modification:
+ Return the remainder of division ``x / y``,
+ as defined by the platform C library function ``fmod(x, y)``.
+
+ Note that the
- Return ``fmod(x, y)``, as defined by the platform C library. Note that the