Created
September 19, 2011 19:04
-
-
Save jckarter/1227286 to your computer and use it in GitHub Desktop.
+ methods in factor
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
( scratchpad ) \ + see-methods | |
USING: math math.private ; | |
M: bignum + bignum+ ; inline | |
USING: math math.complex.private ; | |
M: complex + [ + ] complex-op ; inline | |
USING: math math.private ; | |
M: fixnum + fixnum+ ; inline | |
USING: math math.private ; | |
M: float + float+ ; inline | |
USING: kernel math math.ratios.private ; | |
M: ratio + [ scale + ] [ ratio+d ] 2bi / ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment