Skip to content

Instantly share code, notes, and snippets.

@mortonfox
Created July 26, 2013 02:04
Show Gist options
  • Save mortonfox/6085485 to your computer and use it in GitHub Desktop.
Save mortonfox/6085485 to your computer and use it in GitHub Desktop.
Calca doesn't substitute a in final expression?
a + 5 = 22
a => 17
c = 44
c^2 = a^2 + b^2
b => sqrt(-a^2 + 1936)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment