User Tools

Site Tools


wiki:webgis_calc_operators_functions

This is an old revision of the document!


+addition2 + 35
-subtraction2 - 3-1
*multiplication2 * 36
/division (integer division truncates the result)4 / 22
%modulo (remainder)5 % 41
exponentiation (associates left to right)2.0 3.08
/square root/ 25.05
/cube root/ 27.03
!factorial5 !120
!!factorial (prefix operator)!! 5120
@absolute value@ -5.05
&bitwise AND91 & 1511
bitwise OR32 335
#bitwise XOR17 # 520
~bitwise NOT~1-2
«bitwise shift left1 « 416
»bitwise shift right8 » 22


wiki/webgis_calc_operators_functions.1537044361.txt.gz · Last modified: 2018/09/15 22:46 by andi