Hi,
according to the doc/spec, the quadtable() function should only have the
first argument as mandatory, the second is supposed to have a default
value 1 (Gauss–Hermite).
However, a call with only a single argument (like 'quadtable(32)')
fails, while quadtable(32,1) succeeds.
I guess either the default should be implemented, or the doc should be
adjusted.
thanks,
sven