In documentation for lreduce and rreduce, supply second argument as an explicit list
[maxima.git] / share / affine / compat.lisp
blob8bda9e926476293ec3bd4cab673d7eb94e9d7a5c
1 (in-package :maxima)
3 ;; (format t "~%The functions ~/maxima::tilde-q-fsh/ are inverses"
4 ;; (st-rat #$[x+1,1/(x+1)]$))
5 ;; should print: The functions x+1 and 1/(x+1) are inverses
7 ;; See the last part of polyb for the definition of FSH.
9 (defun tilde-q-fsh (stream arg colonp at-p) ;atp is special...
10 (declare (ignore colonp at-p))
11 (fsh arg stream))