Semmle QL C/C++ standard library
Index
maximum
Primitive type
int
Predicates
abs
acos
asin
atan
bitAnd
bitNot
bitOr
bitShiftLeft
bitShiftRight
bitShiftRightSigned
bitXor
cos
cosh
exp
gcd
log
log
log
log10
log2
maximum
maximum
minimum
minimum
pow
pow
sin
sinh
sqrt
tan
tanh
toString
Inherited predicates
ceil
copySign
floor
nextAfter
nextDown
nextUp
signum
ulp
Primitive predicate
int
::
maximum
Returns the larger of the receiver and the argument
float
maximum
(
float
other
)