Hi I want to format float numbers such that it will be displayed as follows:
decimal.fraction
where decimal = max 11 digits and fraction = max 9 digits
and if no fraction part it should display not fraction and for more than 11 digits in decimal part representation will be in scientific form.
Can anyone help me ?