Josef Eschgfaeller on Sun, 07 Feb 2016 18:31:17 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-users <pari-users@pari.math.u-bordeaux.fr>
- Subject: addhelp
- From: Josef Eschgfaeller <esg@unife.it>
- Date: Sun, 7 Feb 2016 18:31:06 +0100
- Delivery-date: Sun, 07 Feb 2016 18:31:17 +0100
- 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=26PY3gA/xxX2BXkU6plqg8d5fY0xsNlXvZ/bHv6anDQ=; b=Ie62wTukjR9eCWQqAolaXh88TcyyvoOkYrqDO1BfEc1ZxXkevXvfjAJHZ7HnKmMAT8 Yk8qQIPhccKrYTIqUue0UikWkKyGPtG1sgutWVkaJLwkNMIzjsmG0XNtl0zwCD2XASlL By+NZMQEQgjtEcPXybL+0GN5VS5A5shKsXrRg=
Is it possible to obtain the value of ?f as a string?
For example I would like to get the (implicit) arity
of a function as in the following example:
--------------------------------------------------
f (v) = {my ([x,y]=v); x+y}
addhelp(f,2)
...
s=helpstring(f) \\ Does such a function exist?
--------------------------------------------------
Thanks
Josef Eschgfaeller
- Follow-Ups:
- Re: addhelp
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>