kleinj | R Documentation |
Evaluation of the Klein j-invariant function and its inverse.
kleinj(tau, transfo = FALSE)
kleinjinv(j)
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 |
A complex number, vector or matrix.
The Klein-j function is the one with the factor 1728.
( j <- kleinj(2i) )
66^3
kleinjinv(j)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.