Please provide a nearest int function

I see no way of doing this since I cannot examine the characters in a floating point number. The usual function is .5 and above - next higher integer otherwise next lower integer.

I tried to add a request to the New Features, but the new topic is grayed out.

Thank you

Trunc(val)

Here’s the formula: Trunc(Eval(val > 0, val + 0.5, val - 0.5)) where “val” is the thing you want the nearest integer to.

Thank you.