| 
	Josef Eschgfaeller on Thu, 22 Oct 2015 16:34:15 +0200
	 | 
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
	
	| 
        Re: eval of numeric strings
	 | 
 
- To: pari-users <pari-users@pari.math.u-bordeaux.fr>
 
- Subject: Re: eval of numeric strings
 
- From: Josef Eschgfaeller <esg@unife.it>
 
- Date: Thu, 22 Oct 2015 16:34:09 +0200
 
- Delivery-date: Thu, 22 Oct 2015 16:34:15 +0200
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=unife.it; s=google;        h=mime-version:date:message-id:subject:from:to:content-type;        bh=QnwW/7gbNTpds/+3iJts/3fDPMrn1YkUtUEHPg2bD9s=;        b=J3oPhVRzxCucj+GiW6lZDfSjatJeDoFqqPhjIa1XkoZhS7iNkMNG1ppKRAG8j9/346         H5qJnVHkkteIird1y95kzH0XiXQTgmW8nsx1k14HZqcjfG28sYjBU+7U3oXRb77trITh         EIVI9g22H0qPgcyZbFkUVCrnYpibgs33zNzzI=
 
Bill Allombert wrote:
> What should
I forgot: I would like to allow also
format indications, hence the string
could also be of the form
"a=7; format=%3s", but it
seems that one cannot apply eval
to this string, because a
"unused characters" error is
generated.
Josef Eschgfaeller