Talk:Nth root: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 28:
 
example:
<lang clisplisp>(defun powint (a b)
(if (= b 0)
1
Line 41:
 
Maybe not the best solution but it could be something like this
<lang clisplisp>(defun factorial (n)
(if (= n 0)
1
Anonymous user