Skip to content

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.

  1. To multiply you need to use: * (You can now also use the letter "x")
  2. To divide you need to use: /.
  3. To add you need to use: +.
  4. To minus you need to use -.
  5. To add a power use ^.
  6. To get the a factors of a number do: factors(23) (replace 23 with the number you wish to get factors of).
  7. To cube a number do: cube(23) (replace 23 with number you wish to cube).
  8. To square a number do: square(23) (replace 23 with number you wish to square).
  9. For Trigonometry do either:
    1. sin(23)
    2. cos(23)
    3. tan(23)
  10. To get the factorial of a number do: factorial(23) (replace 23 with number you wish to get the factorial of).
  11. To calculate the natural logarithm (base‑e) use: log(23) (replace 23 with the number you wish to take the log of).
  12. To calculate the exponential function use: exp(23) (replace 23 with the exponent you wish to apply).