A high-performance general-purpose compute library

Truncate numbers to nearest integer. More...

Functions

array trunc (const array &in)
 C++ Interface to truncate numbers.
 
af_err af_trunc (af_array *out, const af_array in)
 C Interface to truncate numbers.
 

Detailed Description

Truncate numbers to nearest integer.

Note
This function only supports real inputs; complex inputs are not yet supported.

Function Documentation

◆ af_trunc()

af_err af_trunc ( af_array * out,
const af_array in )

C Interface to truncate numbers.

Parameters
[out]outnearest integer not greater in magnitude than in
[in]ininput array
Returns
AF_SUCCESS, if function returns successfully, else an af_err code is given

◆ trunc()

array trunc ( const array & in)

C++ Interface to truncate numbers.

Parameters
[in]ininput array
Returns
nearest integer not greater in magnitude than in