functions_rounding.yaml¶
This document file is generated for functions_rounding.yaml
Scalar Functions¶
ceil¶
Implementations:
ceil(x
): -> return_type
0. ceil(fp32
): -> fp32
1. ceil(fp64
): -> fp64
*Rounding to the ceiling of the value x
. *
floor¶
Implementations:
floor(x
): -> return_type
0. floor(fp32
): -> fp32
1. floor(fp64
): -> fp64
*Rounding to the floor of the value x
. *