Created
January 27, 2012 06:35
-
-
Save sekimura/1687437 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bc -l | |
bc 1.06.95 | |
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc. | |
This is free software with ABSOLUTELY NO WARRANTY. | |
For details type `warranty'. | |
9^2 | |
81 | |
99^2 | |
9801 | |
999^2 | |
998001 | |
9999^2 | |
99980001 | |
99999^2 | |
9999800001 | |
999999^2 | |
999998000001 | |
1/9^2 | |
.01234567901234567901 | |
1/99^2 | |
.00010203040506070809 | |
1/999^2 | |
.00000100200300400500 | |
1/9999^2 | |
.00000001000200030004 | |
1/99999^2 | |
.00000000010000200003 | |
1/999999^2 | |
.00000000000100000200 | |
1/9999999^2 | |
.00000000000001000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment