biginteger - Language for working on big numbers -
i working on task consists different operations on big numbers. example : multiplying 2 50 digit numbers. big-sized numbers cannot handled using c.
can suggest me programming language can handle operations on such types of big numbers without using special type of libraries, can learn language implement algorithm.
python3 can work on large numbers (you can has no limit) , that's automatic.
https://stackoverflow.com/a/7604998/3156085
you can try entering large numbers in python shell.
Comments
Post a Comment