Re: Round a number towards zero!
Re: Round a number towards zero!
- Subject: Re: Round a number towards zero!
- From: yvan-koenig <email@hidden>
- Date: Fri, 18 Mar 2005 14:50:24 +0100
Le 18 mars 2005 , à 14:32, Marcus Rodrigues a écrit :
Hi people, I need some help!
How do I tell an script to round some number towards zero?
Thx!
Hello
The Standard Additions dictionary claims:
round: Round number to integer
round -- the number to round
[rounding up/down/toward zero/to nearest/as taught in school] -- the rounding direction; if omitted, rounds to nearest. “to nearest” rounds .5 cases to the nearest even integer in order to decrease cumulative errors. To always round .5 away from zero, use “as taught in school.”
Result: -- the rounded value
Yvan KOENIG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden