I want to do some statistical calculations in matlab, so my numbers are very small(between 0 and 1) with massive multiplications which makes them even smaller I was using double type for my work but I noticed it only stores 5 digits of my number and for larger numbers it stores the power of 10. So it sure leads to a really big error in the final answers. How can I use more accurate number types? Thanks for the help
質問する
77 次