CyberSlug Posted January 22, 2004 Posted January 22, 2004 1) If EnvUpdate() fails, is that failure reflected in its return value or @error flag? 2) What are the largest and smallest numbers AutoIt can handle? I estimate about 1e-308 to 1e308 ... That's all for now, thanks. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Administrators Jon Posted January 22, 2004 Administrators Posted January 22, 2004 1. It doesn't fail.2. The double type contains 64 bits: 1 for sign, 11 for the exponent, and 52 for the mantissa. Its range is +/1.7E308 with at least 15 digits of precision.
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