Voting

: min(one, five)?
(Example: nine)

The Note You're Voting On

Anonymous
5 years ago
casting to string seems to do the same (for base10) and it's much faster

(string) $num

instead of

gmp_strval($num)

<< Back to user notes page

To Top