Display the text box

fmod()

« floor | fnmatch »
<?php
$float 
fmod (
    
// float $x
    
  // float $y
);
?>
Result
$float = 0.5
Examples
#1 fmod  (5.7,
 
1.3)