Top "Long-integer" questions

A long integer is an integer number, typically twice the size of a standard integer.

What is the maximum float in Python?

I think the maximum integer in python is available by calling sys.maxint. What is the maximum float or long …

python int long-integer max
Can I convert long to int?

I want to convert long to int. If the value of long > int.MaxValue, I am happy to let …

c# types int type-conversion long-integer
How do I convert Long to byte[] and back in java

How do I convert a long to a byte[] and back in Java? I'm trying convert a long to a …

java type-conversion byte long-integer
Division of integers in Java

This is a basic question but I can't find an answer. I've looked into floating point arithmetic and a few …

java math floating-point long-integer println
How to check a Long for null in java

How do I check a Long value for null in Java? Will this work? if ( longValue == null) { return blah; }

java null long-integer
How to convert a String to long in javascript?

I have a millisecond timestamp that I need to convert from a String to long. Javascript has a parseInt but …

javascript string long-integer unix-timestamp
Java: random long number in 0 <= x < n range

Random class has a method to generate random int in a given range. For example: Random r = new Random(); int …

java random range long-integer
Java's L number (long) specification

It appears that when you type in a number in Java, the compiler automatically reads it as an integer, which …

java numbers long-integer short specifications
How to printf long long

I'm doing a program that aproximate PI and i'm trying to use long long, but it isn't working. Here is …

c long-integer pi
Definition of int64_t

I am new to C/C++, so I have a couple of questions about a basic type: a) Can you …

c++ c integer long-integer