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);
0 Comments:
Post a Comment
<< Home