I know that for very long ints there is int64.
Is there something similar for very long doubles?
I want to save a number with a very big precision.
I know that for very long ints there is int64. Is there something similar
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
long doubleis the largest standard type. If this isn’t enough, you’ll need a bignum library (e.g. GMP)