ceil()

Given a real number, returns the smallest integer not less than its argument; that is, its argument rounded to the next highest number.

Syntax:

ceil(realVal);

where

realVal is a real number.

Example:

a = ceil(5.27); // a=6

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources