method used
in unix?
Thanks
Noel
--
http://mail.python.org/mailman/listinfo/python-list
was conceivable.
Thanks !
Remy Noel
--
https://mail.python.org/mailman/listinfo/python-list
lements.xml?revision=34&content-type=text%2Fplain
>
> This file is part of the Blue Obelisk Data Repository, an effort by
> several chemistry software developers to share common information. If
> you have any further questions, please email blueobelisk-
> [EMAIL PROTECTED]
>
> No
compose your own octave script to calculate the machine
epsilon. Analyze the code.
epsilon = 1
DO
IF (epsilon+1<=1) EXIT
epsilon = epsilon/2
END DO
epsilon = 2 x epsilon
--
*This email and any files transmitted with it are confidential and
intended solely for the use of the individual or enti
Calculate the true, relative and approximate errors, and Relate the absolute
relative approximate error to the number of significant digits.
epsilon = 1
while epsilon + 1 > 1:
epsilon = epsilon / 2.0
epsilon = 2 * epsilon
help me!
--
*This email and any files transmitted with it are c