HI,
i wanna multiply two floating point numbers.
But my language does'nt support floating point multiplication.
But it supports integer multiplicationa and all other stuffs.
Ex
a=6
b=7
c=a*b is valid and gives correct answer
if x=2.5
y=3.1
z=x*y ( not allowed) .
Even floating point data i have to take input as string.
There s no support to floating point at all..........
Which language i am using is of no concern.
Let me know.. if its possible to multiply two floating numbers...
Thanks
PC
2007-05-24
01:33:08
·
5 answers
·
asked by
PC
4
in
Computers & Internet
➔ Programming & Design
Ya.. splitting is easy.
But i need an algorithm which performs the multiplication...
And for the simple answer by ambu . .. . .
will it work in all cases? is it algorithmically correct?
2007-05-24
01:57:41 ·
update #1