Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I want to exchange data with an external source, but the problem is that floating point values are passed as little-endian (reverse storage order). How can I set things right in my program?

0
Posted

I want to exchange data with an external source, but the problem is that floating point values are passed as little-endian (reverse storage order). How can I set things right in my program?

0

TASKING uses the IEEE-754 format for floating point variables. However, others may use the IEEE-754 little-endian format. Here is an example program to reverse the order of storage by means of a union.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123