Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFloating Point result to the decimal one
I would like to convert the Mantissa Result to the Decimal one with floating point included. The steps I do: 1). I'm interested to divide two decimal numbers . For example 10 and 3 ===> 10/...
Altera_Forum
Honored Contributor
14 years agoThat's what e.g. a printf("%f", ) routine is supposed to do.