Difference between revisions of "Notation"

From Basin Wiki
Jump to navigation Jump to search
m (Reformatted)
Line 119: Line 119:
 
|width=216|(X)
 
|width=216|(X)
 
|Calculate X first
 
|Calculate X first
 +
|-
 +
|X < Y
 +
|X is less than Y
 +
|-
 +
|X <= Y
 +
|X is less than or equal to Y
 +
|-
 +
|X > Y
 +
|X is greater than Y
 +
|-
 +
|X >= Y
 +
|X is greater than or equal to Y
 +
|-
 +
|X^Y
 +
|X to the power of Y
 
|-
 
|-
 
|[X]
 
|[X]
 
|Round down X
 
|Round down X
 +
|-
 +
|{X}
 +
|Round up X
 +
|-
 +
|(X-Y)
 +
|Random value from X to Y
 +
|-
 +
|~X
 +
|Approximately X
 
|-
 
|-
 
|alvl
 
|alvl

Revision as of 16:56, 2 November 2011