> When `BcMath\Number` was introduced it allowed `string|int` method
> arguments. According to a separate RFC to allow `int` to the functions this
> was done as a performance optimization. Unfortunately this also means it
> effectively disallows `float` types because PHP will truncate them to
When `BcMath\Number` was introduced it allowed `string|int` method
arguments. According to a separate RFC to allow `int` to the functions
this was done as a performance optimization. Unfortunately this also
means it effectively disallows `float` types because PHP will truncate
them to integers