-
Notifications
You must be signed in to change notification settings - Fork 2
VorlageDokuFcnCeil
Steffen Schuemann edited this page Oct 12, 2019
·
1 revision
Rundung von Fließkommazahlen
<int>=ceil(<expr>)
Hiermit können Fließkommawerte zur nächstgrößeren Ganzzahl gewandelt werden, wobei negative Zahlen vom Betrag her kleiner werden.
expr
- Ausdruck der berechnet und gerundet werden soll.
$fVal=0.65
$iVal=ceil($fVal)
Die Variable $iVal
enthält danach den Wert 1
.
- Allgemeines
- Einführung
-
Funktionen
- abs()
- after()
- and()
- antoi()
- before()
- ceil()
- change()
- close()
- crop()
- equals()
- exp()
- flatten()
- float()
- floor()
- int()
- isnothing()
- itoan()
- length()
- log()
- log10()
- match()
- not()
- open()
- or()
- random()
- read()
- readline()
- sign()
- status()
- statustext()
- substr()
- system()
- time()
- tolower()
- toupper()
- typeof()
- write()
- writeline()
- xname()
- xor()
- Metabefehle
- Rückruf-Prozeduren
- Report-Objekte
- Anhang