Round Off Issue

The following formula is returning 98.73 instead of 98.74.

FORMAT_LOCALIZED_DECIMAL(98.735, “en”, 2)

Anyone knows how to solve this issue?