| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
Procedures for mathematics.
computes trigonometric function by degree.
computes inverted trigonometric function by degree.
computes the sinc function.
computes Kronecker’s delta \delta_{a,b}.
returns 1 if (equiv? o1 o2) is #t, otherwise returns 0
equivalent with (kronecker-delta eq? o1 o2), (kronecker-delta eqv? o1 o2) and (kronecker-delta equal? o1 o2), respectively.
returns 1 if the object is #t, otherwise returns 0.
returns 1 if the parity of num… is even,
-1 if the parity is odd,
0 if more than two numbers equal in num… each other.
Values in num… must be between 0 to number of num - 1.
This procedure is equivalent
with computing antisymmetric tensor \epsilon_{ij\dots{}n}.
computes the factorial of n n!.
computes the binomial coefficient.
creates a permutation group.
[R5RS+] multiplies all given arguments. This procedure extends for the permutation group.
computes invert of the permutation group.
gets nth value of the permutation group.
factorize n to prime numbers
and returns a list of the prime numbers.
n must be a fixnum.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.