Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
I want to define likeint c = floor(a/b);herea is a float number and b is an integer. I am getting error while doing like this.
int c = floor(a/b);
a
b
Hi
int c = ftoi( floor(a/b));