0

In our processor,float is not allowed(u32 or int data type is allowed).Implementation needs the floating point addition,how addition of two real numbers can be done without using float?

1 Answers1

0

You could fake it with a struct, something like what's described here.

zadr
  • 2,505
  • 18
  • 19