Pakku Posted February 6, 2007 Author Share Posted February 6, 2007 So concluding we can say that there are many ways to calculate Pi, but our main 'problem' isn't fixed yet: how to we calculate it with endless decimals?Arjan How can someone use Windows without using AutoIt?That one would properly don't know how to handle a computer!My scripts:Send files over internetKind of RSS reader3Draw ProUDF: convert a character string to a binary one and backCalculate PiCommand line downloader (Youtube/Google video)Set the transparency of a window just by hitting a key!Secure your pcOther things:My filemanMy profilePM me Link to comment Share on other sites More sharing options...
Wus Posted February 6, 2007 Share Posted February 6, 2007 (edited) Its really not difficult at all... there are many many infinite sums that yield pi to however many decimals you desire...the only limiting factor is how many significant digits autoit can take. Use java and the BigDecimal class to do it... autoit just isn't the right tool for that job.http://en.wikipedia.org/wiki/Pihttp://en.wikipedia.org/wiki/Computing_%CF%80 Edited February 6, 2007 by Wus Link to comment Share on other sites More sharing options...
/dev/null Posted February 6, 2007 Share Posted February 6, 2007 So concluding we can say that there are many ways to calculate Pi, but our main 'problem' isn't fixed yet: how to we calculate it with endless decimals?Arjantranslate this code to AuotIT and you're done: http://www.codeproject.com/cpp/CRHpi.asp __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
Pakku Posted February 6, 2007 Author Share Posted February 6, 2007 @/dev/null i don't think so, the help file of autoit says that we can only use 15 digits @Wus i agree, but isn't there a way to "hack" autoit so it can do it with more than 15 digits Arjan How can someone use Windows without using AutoIt?That one would properly don't know how to handle a computer!My scripts:Send files over internetKind of RSS reader3Draw ProUDF: convert a character string to a binary one and backCalculate PiCommand line downloader (Youtube/Google video)Set the transparency of a window just by hitting a key!Secure your pcOther things:My filemanMy profilePM me Link to comment Share on other sites More sharing options...
/dev/null Posted February 6, 2007 Share Posted February 6, 2007 @/dev/nulli don't think so, the help file of autoit says that we can only use 15 digitswell, before you make such statements, you should check the code I referred to! __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now