Top "Long-integer" questions

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

How to handle arbitrarily large integers

I'm working on a programming language, and today I got the point where I could compile the factorial function(recursive), …

c++ integer overflow long-integer integer-overflow
What is the difference between longblob and longtext in mysql?

What is difference between longblob and longtext in mysql? What should I use to save a long topic ?

php mysql types long-integer sqldatatypes
Why does Math.ceil return a double?

When I call Math.ceil(5.2) the return is the double 6.0. My natural inclination was to think that Math.ceil(double …

java double long-integer ceil
node.js is there any proper way to parse JSON with large numbers? (long, bigint, int64)

When I parse this little piece of JSON { "value" : 9223372036854775807 } that's what I get { hello: 9223372036854776000 } Is there any way to parse …

node.js long-integer bigint int64
java short,integer,long performance

I read that JVM stores internally short, integer and long as 4 bytes. I read it from an article from the …

java performance integer long-integer short
How to make Timer countdown along with progress bar?

How can I make it so that the progress bar slowly goes down with the time limit? class GamePanel extends …

java swing timer long-integer jprogressbar
C# Random(Long)

I'm trying to generate a number based on a seed in C#. The only problem is that the seed is …

c# random int long-integer seed
Multiplication of two integers in C++

I have a pretty basic question, but I am not sure if I understand the concept or not. Suppose we …

c++ int range long-integer
Kotlin parse Hex String to Long

I am starting to work in Kotlin and I need to parse a hex String to a long, which in …

hex kotlin long-integer
Convert long to two int and vice versa

How can I convert two 32 bit integers (int) to one 64 bit long and vice versa?

java int long-integer