به وبلاگ خودتان خوش آمدید.
به وبلاگ خودتان خوش آمدید.
- Round: normal, convergent rounding (Banker's Rule)
- Trunc: crops decimal places (=rounding down)
- Ceil: rounding up (contained in Math)
- Floor: rounding down (contained in Math)
- Int: makes an integer value from a decimal number (=rounding down)
- Frac: crops all before the decimal places/replaces the integer part of the number with 0