User:LikeLakers2/Personal Templates/Math equations
Appearance
Stuff for math equations.
Finding what number is the middle between two numbers:
- (x + y) / 2
Finding absolute value without use of |equation|:
- If x is positive:
- x
- If x is negative:
- -x
Finding square root (x must be positive):
- x^.5