Sha256: fd4ac373c256fd2667a027f6c736aae3485d333c3168ae7083e9eeddd4369a07
Contents?: true
Size: 157 Bytes
Versions: 127
Compression:
Stored size: 157 Bytes
Contents
quadMultiply: i1 and: i2 "This method multiplies the given numbers by each other and the result by 4." | mul | mul := i1 * i2. ^mul * 4
Version data entries
127 entries across 125 versions & 9 rubygems