Last active
October 17, 2020 11:02
-
-
Save Mnkai/1bbeda48d01132089db7df02f8829301 to your computer and use it in GitHub Desktop.
Free42 Aspect ratio calculator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LBL "ASPECTRTO" | |
LSTO "X" | |
X<>Y | |
LSTO "Y" | |
X<>Y | |
XEQ "GCD" | |
LSTO "GCD" | |
RCL "Y" | |
X<>Y | |
/ | |
RCL "X" | |
RCL "GCD" | |
/ | |
RTN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment