Lines Matching refs:divmod
2 BcMath\Number divmod()
24 echo "{$value1} divmod {$value2}: {$type}\n";
25 [$quot, $rem] = $num->divmod($value2);
32 100.012 divmod 100: int
46 100.012 divmod -30: int
60 100.012 divmod -20: string
74 100.012 divmod 0.01: string
88 100.012 divmod -0.40: string
102 100.012 divmod 80.3: object
116 100.012 divmod -50.6: object
130 -100.012 divmod 100: int
144 -100.012 divmod -30: int
158 -100.012 divmod -20: string
172 -100.012 divmod 0.01: string
186 -100.012 divmod -0.40: string
200 -100.012 divmod 80.3: object
214 -100.012 divmod -50.6: object