10-06-2020 08:05 AM
I have given a task to convert to fixed-point to DBL data type without using available node in conversions using Divide operations. we can use other data type conversion nodes.
can anyone help me in doing this?
Solved! Go to Solution.
10-06-2020 08:14 AM
Any fixed point number? Or a fixed point number?
We won't do homework, but we could give some hints...
I'd have a look at fixed point to integer cast... Then split the integer ("AND" and "rotate") and use divide to get the fractional part from the floating part.