User Tools

Site Tools


4rpl:commands:mod

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
4rpl:commands:mod [2021/08/21 14:34] Karsten754rpl:commands:mod [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<=[[4rpl:start| Index]] \\ 
 +<=[[4rpl:start#arithmetic| Arithmetic]]
  
 ====== mod ====== ====== mod ======
Line 13: Line 14:
 </code> </code>
  
-<wrap indent> +<WRAP indent> 
-**Note:** For floating-point values, in the case of x % y if x and y are positive finite values. \\ +  ? **Note:**  
-</wrap> +  :: For floating-point values, in the case of x % y if x and y are positive finite values. \\ 
-<wrap indent> +  .. z is the result of x % y and is computed as x – n * y, where n is the largest possible integer that is less than or equal to x / y. 
-z is the result of x % y and is computed as x – n * y, where n is the largest possible integer that is less than or equal to x / y. +</WRAP>
-</wrap>+
  
 === See Also === === See Also ===
4rpl/commands/mod.1629556483.txt.gz · Last modified: 2025/02/14 14:56 (external edit)