Hello. I will be grateful for your help in the following topic. I would like to display the numbers in the table showing interpolations between them as integers and not as fractions. Do you know the way how to get it?
Thank you very much @alphamoonbase , but what if you have larger numbers? Although I rounded off values ββin math.chop, a dot appears. And the second question is how to make it show the whole number and not the βeβ +07
Indeed, i just checked andgoingthis high results in this e07 values. But you can, instead use a evalDAT and use round(me.inputCell) as the expression. But this is slower. (.5ms for the eval dat at 10000 samples) which isnt to bad.
Just wondering, for what exactly do you need it?
2 Likes
Yes, the use of evalDAT+expression actually worked. I need this to visualize data on population size. Thanks for the help