Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のプロジェクトは、数が素数であるかどうかをテストするプログラムを作成することです。コードの準備ができました。しかし、たとえば19桁の素数を入力すると、コードはすぐに「composite」を出力します。数字の最後の数桁をゼロとして扱うからだと確信しています。scilabに16桁以上を保存する方法はありますか?
出力は単なるフォーマットです。Scilab はすべての値を保存します. format(25) は表示サイズを大きくします。