i start to use recursive D-fns, and i try sample in immediate selfhelp (F1).
on recursive page, i understand fact function.
but for pow function, i dont understand. it illustrate ∇∇ and use only ∇.
what's the crumble ?
other points : i paste in APL session, and it do an error :
pow←{ ⍝ Function power.i dont understand what can i do.
⍺=0:⍵ ⍝ Apply function operand ⍺ times.
(⍺-1)∇ ⍺⍺ ⍵ ⍝ ⍺⍺ ⍺⍺ ⍺⍺ ... ⍵
}
2 pow 5
VALUE ERROR
pow[1] ⍺=0:⍵ ⍝ Apply function operand ⍺ times.
∧
pow 5
SYNTAX ERROR
pow 5
∧
i am lost outer space. can you help me to contact Houston ?
Great Thanks,
Yves