Part Number: TMS320F28379D
Hello all,
I need to take the square root of both 32 and 64 bit unsigned integers, but seem unable to find any mention of it. Are there library resources available to do so?
Thanks,
S
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28379D
Hello all,
I need to take the square root of both 32 and 64 bit unsigned integers, but seem unable to find any mention of it. Are there library resources available to do so?
Thanks,
S
Not for integers. All of the square root functions supplied with the compiler take a float or double as input, and return either a float or double.
Thanks and regards,
-George