Round to integer less than equal to current value
- Note
- This function supports real inputs only. Complex inputs are not yet supported.
◆ af_floor()
C Interface for flooring an array of numbers.
- Parameters
-
[out] | out | will contain values rounded to nearest integer less than or equal to in |
[in] | in | is input array |
- Returns
- AF_SUCCESS if the execution completes properly
◆ af_hypot()
C Interface for getting length of hypotenuse of two arrays.
- Parameters
-
[out] | out | will contain the length of the hypotenuse |
[in] | lhs | is the length of first side |
[in] | rhs | is the length of second side |
[in] | batch | specifies if operations need to be performed in batch mode |
- Returns
- AF_SUCCESS if the execution completes properly
◆ floor()