Skip to content

soulwa/mulc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 10, 2020
e1221d6 · Sep 10, 2020

History

5 Commits
Sep 10, 2020
Sep 10, 2020

Repository files navigation

mulc

my answer for replit challenge #1, which required writing a multiplication function with no loops.

tail call recursion was used instead of a loop construct, and the function operates explicitly on the bits of any two numbers- works with floating points and most edge cases like NaNs and infinities.

About

replit challenge 1 answer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages