johnmyleswhite / ContinuedFractions.jl

Types and functions for working with continued fractions in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement basic arithmetic for ContinuedFraction's

johnmyleswhite opened this issue · comments

Lots of basic arithmetic operations can be performed on continued fractions: http://crypto.stanford.edu/pbc/notes/contfrac/

We should add some of these.