I can explain this with an example.
Consider the floating point values like 2.0, 3.0 e.t.c the output must the number i.e 2, 3 e.t.c
If the floating point values are like 2.1, 3.5 e.t.c the output remain the same i.e 2.1, 3.5
Is there any Math operation on floating point values to do this?