EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

ceil

Getting the smallest integer that is greater than or equal to x.

func double ceil (
   double x
)

Parameters

x Floating-point value.

Return value

The closest least integer.

Related links

Source