+ 2
What is the range of numbers in which we can get the answer?
As in C++ there is limit for each data type , so is there any limit in Python also? For example - the range of unsigned short int in C++ is from 0 to 65535.
4 Respostas
0
Could you explain more to try to understand and to help you?
0
xd
- 1
@Daniel As in C++ , the range of unsigned short int is from 0 to 65535. So is there any range in Python.
- 1
Ahh ok.
Im trying to research about it and I think Python is not like other language so by default hasn't that. Anyway I found that link, maybe it could help you
https://docs.scipy.org/doc/numpy-1.12.0/user/basics.types.html