Calculator & Numeric Features @ Brave Bot:
Brave Bot has a built in calculator to help you do mathmetical calculations. Simply do /calculator. The syntax is listed below.
- To multiply you need to use:
*(You can now also use the letter "x") - To divide you need to use:
/. - To add you need to use:
+. - To minus you need to use
-. - To add a power use
^. - To get the a factors of a number do:
factors(23)(replace23with the number you wish to get factors of). - To cube a number do:
cube(23)(replace23with number you wish to cube). - To square a number do:
square(23)(replace23with number you wish to square). - For Trigonometry do either:
sin(23)cos(23)tan(23)
- To get the factorial of a number do:
factorial(23)(replace23with number you wish to get the factorial of). - To calculate the natural logarithm (base‑e) use:
log(23)(replace23with the number you wish to take the log of). - To calculate the exponential function use:
exp(23)(replace23with the exponent you wish to apply).