Search found 1 match

by mwandi
Sun Oct 07, 2012 11:01 pm
Forum: Common Lisp
Topic: functions in common lisp
Replies: 1
Views: 4082

functions in common lisp

is there a way i can write a function P (n) such that for any integer n there is a list of three elements, namely the square, cube, and fourth power of n????
i am trying to learn functions and i was looking at a certain book and i saw this question any ideas?