Skip to content

Instantly share code, notes, and snippets.

@ironfroggy
Created July 28, 2015 12:40
Show Gist options
  • Select an option

  • Save ironfroggy/7093a6cd9b99aae3f7c7 to your computer and use it in GitHub Desktop.

Select an option

Save ironfroggy/7093a6cd9b99aae3f7c7 to your computer and use it in GitHub Desktop.
name: math
is a: service
operations:
pathagorean: a, b
a squared: a ** 2
b squared: b ** 2
c squared: a squared + b squared
result: square root: c squared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment