Opened 9 years ago
Closed 8 years ago
#1179 closed defect (invalid)
document mod() and div()
Reported by: | Peter Baumann | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | manuals_and_examples | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Easy |
Description
both functions are not in QL Guide (maybe more?)
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I've found in manual and actually it is in page 82
div(x,0) leads to a “division by zero” exception
mod(x,0) leads to a “division by zero” exception
but should go to page 54
The following advanced arithmetic functions are available, with the
obvious meaning
sqrt()
abs()
exp() log() ln()
sin() cos() tan()
sinh() cosh() tanh()
arcsin() arccos() arctan()