On Thu, Jun 06, 2019 at 07:11:12PM +0200, Emanuel Berg via help-gnu-emacs wrote: > tomas wrote: > > > Newer Emacsen support bignums: > > > > (expt 71 71) => > > 275006373483461607657434076627252658495183350017755660813753981774508905998081919405140568848353397233796618192645698819765129996471 > > (expt 71 71) ; -141793097 > > > That said, calc itself supports bignums > > since long. > > OK, but how could it, if Emacs didn't? Well, it can do fractions too. And symbolic expressions. Although they arent native to elisp. Magic :-) See calc.el, especially below this comment: ;;;; Arithmetic routines. for a beginning of a long and exciting journey. Cheers -- t