multiplyLargeNumber​s( intAstr,intBstr )

multiply extremely large numbers
77 Downloads
Updated 19 Mar 2016

View License

This function takes in two numbers (strings) and multiplies them by an iterative process. This eliminates the limitation of only being able to calculate and view 15 sig figs after the decimal value for large numbers.

Cite As

Justin Spinner (2024). multiplyLargeNumbers( intAstr,intBstr ) (https://www.mathworks.com/matlabcentral/fileexchange/51182-multiplylargenumbers-intastr-intbstr), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Elementary Math in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Updated vectorized format and new implementation in matrix storage method for numbers. Increased efficiency and speed.
wording

1.0.0.0

screenshot with estimated time for default numbers included

screenshot
screenshot
changed input argument structure