Main Content
fixed.cordicReciprocal
Description
returns y
= fixed.cordicReciprocal(u
,OutputType
)1./u
with the output cast to the data type specified by
OutputType
.
Examples
Input Arguments
More About
Algorithms
For fixed-point input u
, fixed.cordicReciprocal
wraps on overflow for division by zero. The behavior for fixed-point division by zero is
summarized in the table below.
Wrap Overflow | Saturate Overflow |
---|---|
0/0 = 0 | 0/0 = 0 |
1/0 = 0 | 1/0 = upper bound |
-1/0 = 0 | -1/0 = lower bound |
For floating-point inputs, fixed.cordicReciprocal
follows IEEE® Standard 754.
Extended Capabilities
Version History
Introduced in R2021b