designerdecimal

find a decimal representation of your name, and the rational approximation thereof
git clone https://wehaveforgeathome.hates.computer/designerdecimal.git
Log | Files | Refs | LICENSE

commit e83bf7960f0350923f14d2f28440d9aee4d9725b
parent 2363ca23146609703ce6233a5fa95024daadc5f5
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Sun, 28 Feb 2010 20:36:21 -0700


Diffstat:
MREADME.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -12,7 +12,11 @@ My first few attempts were incredible slow to converge on a rational approximati Usage ----- -TODO: sample input/output + $ perl designerdecimal.pl Lyndon B. Johnson + For the name 'Lyndon B. Johnson': + Your designer decimal is 1.076121110100111110032066046032074111104110115111110004 + Your rational approximation is 1162140322362708323736326654 / 1079934508723274540452148297 + Took 53 iterations Attribution -----