anslem chibuike
Results
2
issues of
anslem chibuike
Fixes #2951 meridiem display bug in `ar-sa` locale where 12 PM (noon) incorrectly showed as "ص" (AM) instead of "م" (PM). Changed meridiem condition from `hour > 12` to `hour...
This PR fixes #3595 introduces two new arithmetic functions, num() and den(), which extract the numerator and denominator from Fraction objects respectively.