Integer computation extended beyond 32-bit

バージョン 1.0.0.0 (1.01 KB) 作成者: Steven Huang
compute integer arithmatic beyond 32-bit, Matlab's limit
ダウンロード: 1.3K
更新 2008/5/8

ライセンスがありません

% extending integer precision beyond 32-bit. Maximum integer value in
% Matlab is 'intmax = 2147483647'. This is a 'int' type in C. So if using
% 'intmax', double() must be used to convert it to double type in order to
% perform further computation. Others are by default double so no need of
% conversion.
% Reference: C Interfaces and Implmentations, David Hanson.

引用

Steven Huang (2024). Integer computation extended beyond 32-bit (https://www.mathworks.com/matlabcentral/fileexchange/19848-integer-computation-extended-beyond-32-bit), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNumeric Types についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0