Topic review - how to use 32 bit or 64 bit exponents?(default seems 16 Bit)
Author
Message
jakobkroeker
Post subject:
Re: how to use 32 bit or 64 bit exponents?(default seems 16 Bit)
Question still open
Question still open
Posted: Tue Jun 06, 2017 3:49 pm
jakobkroeker
Post subject:
Re: how to use 32 bit or 64 bit exponents?(default seems 16 Bit)
Question is still open: how to use 32 or 64 bit exponents in Singular?
Question is still open: how to use 32 or 64 bit exponents in Singular?
Posted: Thu Apr 20, 2017 12:48 pm
jakobkroeker
Post subject:
Re: how to use 32 bit or 64 bit exponents?(default seems 16 Bit)
bump
bump
Posted: Tue Mar 21, 2017 7:07 pm
jakobkroeker
Post subject:
how to use 32 bit or 64 bit exponents?(default seems 16 Bit)
It seems, that Singular by default uses 16 Bit exponents:
Code:
ring rng = 0,(x,y),dp; short = 0; poly h = x^32768; // ? OVERFLOW in power(d=1, e=32768, max=32767)
Can this be changed (e.g. to 32 Bit or 64 Bit)? How?
It seems, that Singular by default uses 16 Bit exponents: [code]ring rng = 0,(x,y),dp; short = 0; poly h = x^32768; // ? OVERFLOW in power(d=1, e=32768, max=32767)[/code] Can this be changed (e.g. to 32 Bit or 64 Bit)? How?