Feeds
질문
I want to reduce accuracy and precision to 3 digits.
for example I want to a=2.18+0.139; with 3 digits answer must be 2.31. is any way to do this?
7년 초과 전 | 답변 수: 3 | 0
3
답변질문
I want to do this:2.38987696573583658648235686+5.6387649837698237687649879932 and i need all digits,vpa dosen't work properly.Is there any function to do it?
for a certain calculation I need at least 40 digits precision.I used vpa but look: vpa(0.123456789123456789123456789) ans =...
7년 초과 전 | 답변 수: 2 | 0
