Skip to content

my-LinkedIn/continued-fraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

continued-fraction

D Port of a Continued Fraction Rust code from https://github.com/fatesc/continued-fraction

Attribution: @fatesc

Output:

[ 4; 2, 6, 7 ]
[ 4; 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, ... ]
[ 3; 7, 15, 1, 292, 1, 1, 1, 2, 1, 3, 1, ... ]
[ 2; 1, 2, 1, 1, 4, 1, 1, 6, 1, 1, 8, ... ]
[ 1; 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... ]
[ 0; 1, 1, 2, 1, 2, 1, 4, 3, 13, 5, 1, ... ]
[ 1; 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, ... ]

About

Port of a Continued Fraction Rust program to D

Topics

Resources

Stars

Watchers

Forks

Languages