Overview
This workflow calculates the longer and shorter side of the golden ratio for any given integer.
Usage
Use the keyword 'gr' followed by an integer to get the corresponding shorter and longer side of the golden ratio which then can be selected and copied to the clipboard pressing 'Enter'.
Changelog
2.0
- adds gr+ and gr- to return the corresponding shorter or longer side in a golden ratio for the given value
1.1
- Removed title line because it's not adding any value (thanks Florian!)
- Cleanup
1.0
- First Release