フィルターのクリア

how to get precision value upto 20 to 30 digits after decimal?

3 ビュー (過去 30 日間)
Mudasir Ahmed
Mudasir Ahmed 2015 年 12 月 17 日
コメント済み: Mudasir Ahmed 2015 年 12 月 19 日
hi
i want to get numbers upto 20 to 30 digits after decimal point. when i use sym or vpa command for said problem in a particular case like
vpa(8.99999999999999),
it results in
9
but i need value in precision not in round off figure. how i can solve this. kindly help me i will be highly thankful to you for this act of kindness|
with best Regards
Mudasir Ahmed

採用された回答

Walter Roberson
Walter Roberson 2015 年 12 月 17 日
vpa(sym('8.99999999999999'), 30),
  3 件のコメント
Walter Roberson
Walter Roberson 2015 年 12 月 18 日
No.
Mudasir Ahmed
Mudasir Ahmed 2015 年 12 月 19 日
okay, and Thank you you so much sir :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumbers and Precision についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by