hello everybody,
I have one project due on this sunday....please help me with this.....any clues hints would be highly appreciated.....thanks a ton
This project will require you to develop three C functions:
float nandFloatMul(float a, float

float nandFloatAdd(float a, float

float nandFloatSub(float a, float

Each of the above functions takes as input two float operands and returns their product, sum, and difference, respectively, as a float.
You must also implement the following