Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | rund_uf() |
||
|---|---|---|---|
| Examples | Komazahl x = 8.22; Ganzizahl a = rund_uf(x); // Set "a" to 9 |
||
| Description | Calculates the closest Ganzizahl value that is greater than or equal to the value of the parameter. For example, rund_uf(9.03) returns the value 10. | ||
| Syntax | rund_uf(value) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | abrunde() rund() |

