Ceil - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

C Run-Time Library Reference

ceil

ceiling
Synopsis
#include <math.h>
double ceil(double);
float ceilf(float);
Description
The
functions return the smallest integral value, that is not less than
ceil
its input.
Error Conditions
The
functions do not return an error condition.
ceil
Example
#include <math.h>
double y;
y = ceil (1.05);
y = ceilf (-1.05);
See Also
floor
3-42
/* y = 2.0
/* y = -1.0 */
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
*/
for ADSP-219x DSPs

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents