Missing round func in mel?
I found out today that we’re missing a round function in mel… so sad. My initial workaround was to use ceil:
If (ceil $num - $num) >= .5, then use (ceil $num -1)
trunc ($num + .5);
I found out today that we’re missing a round function in mel… so sad. My initial workaround was to use ceil:
If (ceil $num - $num) >= .5, then use (ceil $num -1)
trunc ($num + .5);
1 Comments:
yes.. long live google power, I charge 1$ per search people, let me find what you can't:)
Post a Comment
Links to this post:
Create a Link
<< Home