kleinj {jacobi} | R Documentation |
Klein j-function and its inverse
Description
Evaluation of the Klein j-invariant function and its inverse.
Usage
kleinj(tau, transfo = FALSE)
kleinjinv(j)
Arguments
tau |
a complex number with strictly positive imaginary part, or a vector or matrix of such complex numbers; missing values allowed |
transfo |
Boolean, whether to use a transformation of the values
of |
j |
a complex number |
Value
A complex number, vector or matrix.
Note
The Klein-j function is the one with the factor 1728.
Examples
( j <- kleinj(2i) )
66^3
kleinjinv(j)
[Package jacobi version 3.1.1 Index]