Engee documentation

Degrees to Radians

Conversion of degrees to radians.

degrees to radians

Description

Block Degrees to Radians converts the input angle value from degrees to radians using the formula

,

where is the angle in radians, and is the angle in degrees.

Ports

Input

Port_1 - angle in degrees
scalar | vector | matrix

Input angle value in degrees.

Data types: Float16, Float32, Float64, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Fixed, Bool

Supports complex numbers: No

Output

Port_1 - angle in radians
scalar | vector | matrix

Output value of the angle in radians. The output size is equal to the input size. The data type is determined by the input data type: if the input is Float16, Float32 or Float64, the output signal type coincides with the input type, in all other cases it is converted to Float64.

Data types: Float16, Float32, Float64