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
export_functions!((modulus,"Returns the remainder of division of the first argument by the second argument.", arg1 arg2));
46
48
export_functions!((pmod,"Returns the positive remainder of division of the first argument by the second argument.", arg1 arg2));
47
49
export_functions!((rint,"Returns the double value that is closest in value to the argument and is equal to a mathematical integer.", arg1));
50
+
export_functions!((width_bucket,"Returns the bucket number into which the value of this expression would fall after being evaluated.", arg1 arg2 arg3 arg4));
0 commit comments