Number format conversion in UNIX

Hi All,

I want to convert Scientific number format into normal number format using unix script or using any command of unix.

e.g 1.55397e+09 into 1553970000

Thanks in advance
Kamal

# printf "%8.3f" 1.55397e+09
1553970000.000