Top "Bigint" questions

Arbitrary-precision arithmetic (also called bignum arithmetic, multiple precision arithmetic, or infinite-precision arithmetic) indicates that calculations are performed on numbers which digits of precision are limited only by the available memory of the host system.

What is the equivalent of bigint in C#?

What am I supposed to use when handling a value in C#, which is bigint for an SQL Server database?

c# .net sql-server bigint
What is the limit of the field type BIGINT in SQL?

What is the limit of the field type BIGINT in SQL? is 100000235882380 or 100000466411115 acceptable? (That is ID from facebook)

sql bigint
Is there a 128 bit integer in gcc?

I want a 128 bit integer because I want to store results of multiplication of two 64 bit numbers. Is there any …

c gcc x86-64 bigint 128-bit
Convert nvarchar to bigint in Sql server 2008

I want insert all rows of a table into another table, and I also want convert a nvarchar field into …

sql sql-server-2008 nvarchar bigint
How to format bigint field into a date in Postgresql?

I have a table with a field of type bigint. This field store a timestamp. I want to date format …

sql postgresql date timestamp bigint
Arithmetic overflow error when summing an INT, how do I cast it as a BIGINT?

When I try to get the sum of a column from a table I get the error Arithmetic overflow error …

sql sql-server casting math bigint
Assembly ADC (Add with carry) to C++

There is an x86 assembly instruction ADC. I've found this means "Add with carry". What does this mean/do? How …

c++ assembly x86 bigint carryflag
A good and basic implementation of BigInt class in C++

I'm looking for a good and basic BigInt class in C++, I find a lot of implementation but most of …

c++ biginteger bigint
Error converting data type varchar to bigint in stored procedure

I'm trying to call this procedure with the usp_TimesheetsAuditsLoadAllbyId 42747, NULL command. But I always get an error Msg 8114, Level 16, …

sql sql-server tsql bigint
How to use long id in Rails applications?

How can I change the (default) type for ActiveRecord's IDs? int is not long enough, I would prefer long. I …

ruby-on-rails activerecord int long-integer bigint