Re: Functions in expressions

2009-10-19 Thread Derek Atkins
Phil Longstaff writes: > One place that guile/gh (now deprecated) is used is in the expression parser. > > If a function a is used (e.g. "10+f(20)"), then it evaluates "gnc:f" as a > scheme function and calls it with the specified arguments. > > Are there any defined functions in the scheme c

Functions in expressions

2009-10-16 Thread Phil Longstaff
One place that guile/gh (now deprecated) is used is in the expression parser. If a function a is used (e.g. "10+f(20)"), then it evaluates "gnc:f" as a scheme function and calls it with the specified arguments. Are there any defined functions in the scheme code that are set up to be used this