Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

abrunde()

Examples
Komazahl  x = 2.88;  
Ganzizahl a = abrunde(x);  // Set "a" to 2
Description Calculates the closest Ganzizahl value that is less than or equal to the value of the parameter.
Syntax
abrunde(value)
Parameters
value Komazahl
Usage Web & Application
Related rund_uf()
rund()
Stefan Baltensperger 2009

Creative Commons License