Does emacs have support for big numbers that don’t fit in integers? If it does, how do I use them?
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.
calc.elis part of the GNU Emacs distribution. See its source code for available functions. You can immediately start playing with it by typingM-x quick-calc. You may also want to check bigint.el package, that is a non-standard, lightweight implementation for handling bignums.