Round Sentence

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Round Sentence

1,407 Views
dlf
Contributor I

Hi.

 

I need to use the "Round" sentence but the compiler show me the following warring: "round(long) inline function call from main() not inlined" and the error "Undefined: 'Fround' "

 

I using it such as:

 

///////////////

 

#include <math.h>

.

.

.

Dc=1000;  //Or another values

.

.

.

k=round(Dc/2.4);

 

/////////

 

Thanks for you support.

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

445 Views
J2MEJediMaster
Specialist I
Perhaps the following forum thread has the information you need.
0 Kudos
Reply