Skip to content

Instantly share code, notes, and snippets.

@dtudury
Created October 22, 2013 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtudury/7104972 to your computer and use it in GitHub Desktop.
Save dtudury/7104972 to your computer and use it in GitHub Desktop.
arithmatic notes
  • augend + addend = sum
  • minuend - subtrahend = difference
  • multiplicand * multiplier = product
  • dividend / divisor = quotient
  • dividend % divisor = remainder
  • base ^ exponent = power
  • degree √ radicand = root
  • log ? base ? power = exponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment