From: Pasi S on 22 Feb 2010 06:01 Hey, I have a problem with high precission multiplications. I have e.g 6 33-bit numbers and i want to multiply them. After this I will get error message like: MaxProductWordLength is 128 bits and a minimum word length of 140 bits is necessary to guarantee that this product can be computed with no loss of precision. Increase MaxProductWordLength if you want the product to grow to a larger word length. How can I set a limit to the result of that multiplication to 128bit or increase the MaxProductWordLength?
|
Pages: 1 Prev: error in eval function Next: How to automatically cancel an ode45 calculation |