Hi Nikita,

> The fdiv() function will perform a floating-point division while treating
> division by zero as a perfectly legal operation, and will not emit any kind
> of diagnostic in that case. Instead it will return the INF/-INF/NAN result
> mandated by IEEE-754. It mirrors the existing fmod() function.

I'd prefer floatdiv() as name matching intdiv(), but wasn't aware
fmod() is already a thing. So now I think fdiv() might be the slightly
more consistent name.

Regards, Niklas

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to