hiii,
I want to multiply 2 floating point number using arm cortex m4 ( tiva c). I know the format Sign bit (1), Exponent(8), mantissa( 23). i had tried to multiply the mantissa part seperately & add exponent seperately then merging but the result is not coming correct..
I had used 2 numbers 0.22013344550748 & 0.009765625.