Symbols


Intro       Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z       Index  
2pi [Constant]

2pi is 2*pi.

Example:

? (loop for i to 1 by 1/4 collect (sin (* i 2pi)))
(0.0 1.0 1.22514845490862E-16 -1.0 -2.45029690981724E-16)