Angle to Real value

Is there a way to read the calculation results in the form of an angle? For example, the result of atan2 is an angle. However, I need real data in a calculation, not in the form of an angle.

You can use converters.
See for example:

1 Like

thanks you for responds
this is my problem hope more detail

Aren’t Convert and Export combined sufficient to do what you need?

AngleToReal

1 Like

Finally commit. Just checkout and build.

Thank youuuuu

Could you please share the converter in use?