Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action

Example

SUM / Multiply

=( #hashtag1# + #hashtag2# )= / =( 5 * 2 )=

Subtract / Divide

=( #hashtag1# - #hashtag2# )= / =( 6 / 2 )=

Modulus

=( #hashtag1# % #hashtag2# )=

Exponentiation

=( #hashtag1# - #hashtag2# )= ^ =( #hashtag1# / #hashtag2# )=

Square root

=( sqrt(#hashtag1#) )=

Factorial

=( #hashtag1#! )=


Live Demo of Math

You can also check the set up of some of the above functions on screen - 4 Math expressions & operations in Demo App in your profile.

...