Opened 8 years ago

Closed 7 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 Bang Pham Huu, 8 years ago

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()

comment:2 by Dimitar Misev, 7 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.