User profile: amedxy

User info
User name:amedxy
History
Joined:
Number of posts:4
Latest posts:

how to find size of a float
No, it doesn't [output] x=12.12121 6 [/output]

how to find size of a float
how to find size of a float? eg size(123.456)=6 size(12.10)=4 size(1234)=4 size(0.1212)=4

how to rounding
is for any number and any precision, eg number: 12.23 precision: 2 rounded: 12 continue...

how to rounding
I have a number a = 12.3456, I need to rounding. Setprecision function only shows the rounding on th...