Bernard Parisse on Sat, 24 Jun 2006 18:56:35 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: PARI_stack_limit


>
>
>
>Yes, see chapter 5, pari_init_opts
>1) use pari_init_opts() and do not set INIT_JMPm
>(see chapter 5) to deactivate pari dafault error handling.
>
>2) use if(setjmp(GP_DATA->env)){...} where you want PARI to longjump
>to in
>case of an error.
>


It works, thanks again (I never used setjmp before).