Searched refs:decimal (Results 1 – 3 of 3) sorted by relevance
98 * @param string $decimal The decimal number as string101 private static function decimalToBinary32(string $decimal): string argument103 if (bccomp($decimal, '0') == 0) {107 $num = $decimal;
41 list-style: decimal outside;
152 ol { list-style: decimal outside; }