Part Number: CC2640R2F
Hi!
I am trying to round a number to nearest integer, meaning:
2.3 => 2
2.7 => 3
2.5 => 3
Which function is correct to use here? round() yields only the number before the comma, so it behaves like floor().
Or better, where do I find the documentation of the math functions for CC2640R2F SDK?
Thanks!

