Inports
| |
y |
|
x |
|
Outports
| |
Out | Result of atan2(y/x) |
Computation of the angle between the inputs x and y.
Calculation:
![]() |
FiP8 | 8 Bit Fixed Point Implementation |
FiP16 | 16 Bit Fixed Point Implementation |
FiP32 | 32 Bit Fixed Point Implementation |
Float32 | 32 Bit Floating Point Implementation |
Float64 | 64 Bit Floating Point Implementation |
8 Bit Fixed Point Implementation
Inports Data Type
| |
y | int8 |
x | int8 |
Outports Data Type
| |
Out | int8 |
16 Bit Fixed Point Implementation
Inports Data Type
| |
y | int16 |
x | int16 |
Outports Data Type
| |
Out | int16 |
32 Bit Fixed Point Implementation
Inports Data Type
| |
y | int32 |
x | int32 |
Outports Data Type
| |
Out | int32 |
32 Bit Floating Point Implementation
Inports Data Type
| |
y | float32 |
x | float32 |
Outports Data Type
| |
Out | float32 |
64 Bit Floating Point Implementation
Inports Data Type
| |
y | float64 |
x | float64 |
Outports Data Type
| |
Out | float64 |