Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 245 Bytes

File metadata and controls

10 lines (7 loc) · 245 Bytes

round-fraction-to-multiples-of-five

Fiyat gösteriminde son haneyi sürekli 5 ya da 0 olacak şekilde yukarı yuvarlıyor.

Rounds fraction of a number's last digit multiples of 5

Rounds like:

  • 99.99 => 100
  • 10.02 => 10.05
  • 0.1 => 0.5