Big Integer Arithmetic

Demonstrate big integer arithmetic, such as multiplication, addition, subtraction, etc.

您现在正在关注此提交

The objective is to demonstrate big integer arithmetic, such as multiplication, addition, subtraction, etc. Other utilities includes comparison of values and printing big integer values (given as integer array) as string.
main executing reference usages: usage_bigIntegerOperations.m
Sample run:
[Multiplication]:
3356846207105439564587992911895976292762589455707316583464831725207842 x 9794055690126173992377489963508068741579673734383766360427036604610424 = 32877138695579495485251882311435695545653783760411939807396746956744701303101530714509467933518447434648520155083949079304274482876839745008
[Addition]:
3356846207105439564587992911895976292762589455707316583464831725207842 + 9794055690126173992377489963508068741579673734383766360427036604610424 = 13150901897231613556965482875404045034342263190091082943891868329818266
[Subtraction]:
3356846207105439564587992911895976292762589455707316583464831725207842 - 9794055690126173992377489963508068741579673734383766360427036604610424 = -6437209483020734427789497051612092448817084278676449776962204879402582
* Caveat:
1. For reference only.
If the illustrative demo has more elegant presentation, please do not hesitate to suggest and send feedback to the author.
Thank you.
Regards,
Michael Chan JT

引用格式

Michael Chan (2026). Big Integer Arithmetic (https://ww2.mathworks.cn/matlabcentral/fileexchange/47497-big-integer-arithmetic), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Just for fun 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.2.0.1

.

1.2.0.0

Errata on Description within readme.txt.

1.1.0.0

Errata on Description

1.0.0.0