A quick precision test
|
06-07-2014, 04:44 PM
(This post was last modified: 06-07-2014 05:59 PM by pito.)
Post: #63
|
|||
|
|||
RE: A quick precision test
(06-07-2014 12:20 PM)Paul Dale Wrote: .. We make Mr. Wolfram unhappy when not utilizing his recommendations.. We have to explicitly request an N digits precision with any number/constant and calculus (in Mathematica as well in Alfa), otherwise "machine precision" will be used instead. So for example we want calculate with 666 digits precision: Code: 2.989 * sin ( 22.12 / 7.1 - 0.0023 ) It has to be entered into Alfa as: Code: 2.989`666 * sin ( 22.12`666 / 7.1`666 - 0.0023`666 ) In Mathematica (works in Alfa too]: Code: N[2.989`666 * Sin ( 22.12`666 / 7.1`666 - 0.0023`666), 666 ] |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 7 Guest(s)