2
0
Эх сурвалжийг харах

Removed Min, Max, Abs and Sgn from "Expressions" doc page

HurryStarfish 6 жил өмнө
parent
commit
3a8fa4b736

+ 0 - 4
docs/src/Language/Expressions.bbdoc

@@ -16,8 +16,6 @@ BlitzMax supports the following operators. Operators are grouped into levels of
 * Pi | @Pi
 * True | @True
 * False | @False
-* Minumum | @Min @( %Expression1 @, %Expression2 @)
-* Maximum | @Max @( %Expression1 @, %Expression2 @)
 *
 *
 * Member | %Expression @{.} %Identifier
@@ -29,8 +27,6 @@ BlitzMax supports the following operators. Operators are grouped into levels of
 * Posate | @+ %Expression
 * Bitwise complement | @{~~} %Expression
 * Boolean not | @Not %Expression
-* Absolute value | @Abs %Expression
-* Sign | @Sgn %Expression
 * Value byte size | @SizeOf %Expression
 * Variable address | @Varptr %Variable
 * Convert type expression | %Type %Expression