| Položaj | Domena | Stranica | Radnje |
|---|---|---|---|
| 1 | pythonz.net | /references/named/lo... | |
|
Titula
long в Python
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
17 мая 2016 г. — Тип представляет «длинное» целое число. Создать экземпляр типа из строки или числа можно при помощи конструктора long () . long(x, base=10) |
|||
| 2 | stackoverflow.com | /questions/2104884/h... | |
|
Titula
How does Python manage int and long?
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
int and long were "unified " a few versions back. Before that it was possible to overflow an int through math ops. |
|||
| 3 | docs.python.org | /3/c-api/long.html | |
|
Titula
Integer Objects
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return (return type)-1 which cannot be distinguished ... |
|||
| 4 | tutorialspoint.com | /python/python-long-... | |
|
Titula
Python Long Function
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
The Python long() function is used to represent integers of arbitrary size, allowing you to work with extremely large numbers that exceeded the limits of ... |
|||
| 5 | peps.python.org | /pep-0237/ | |
|
Puni URL
Titula
PEP 237 – Unifying Long Integers and Integers
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
1 февр. 2025 г. — The function int() will return a short or a long int depending on the argument value. In Python 3.0, the function long () will call the function ... |
|||
| 6 | ru.stackoverflow.com | /questions/1430893/%... | |
|
Titula
Для чего нужен тип хранения long long и как его ...
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
Набирается в Google / Yandex текст " long long ". Обнаруживается, что масса ссылок идёт на C++ или C. И практически ничего на Python . Бегло ... |
|||
| 7 | geeksforgeeks.org | /python/what-is-the-... | |
|
Puni URL
Titula
What is the maximum possible value of an integer in Python
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
23 июл. 2025 г. — In Python 2.7. there are two separate types "int" (which is 32 bit) and " long int " that is same as "int" of Python 3. |
|||
| 8 | habr.com | /ru/companies/otus/a... | |
|
Titula
Как в Python реализованы очень длинные числа типа ...
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
20 февр. 2020 г. — Integer в Python это структура C, определенная следующим образом |
|||
| 9 | portingguide.readthedocs.io | /en/latest/numbers.h... | |
|
Titula
Numbers - The Conservative Python 3 Porting Guide
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
In Python 2, calling int on a number that doesn't fit in the machine int range would automatically create a long with the appropriate value. The same automatic ... |
|||
| 10 | quora.com | /what-is-the-equival... | |
|
Titula
What is the equivalent for the 'long long' data type from C ...
Zadnje ažurirano
N/A
Autoritet stranice
N/A
Promet:
N/A
Povratne veze:
N/A
Dionice na društvenim mrežama:
N/A
Vrijeme učitavanja:
N/A
Pregled isječka:
The C/C++ type long long represents an integer type that is at most 4 times as big as an int type . C/C++ integers are fixed-width binary integer storage. |
|||