def.exp | R Documentation |
Calculates the lambda deformed exponential.
def.exp(x, lambda = 0, normalize = FALSE)
x |
a numeric value. |
lambda |
deformation parameter. Default value: |
normalize |
logical value to indicate normalization. |
The function value of the lambda deformed exponential at x.
def.log
.
def.exp(3) # Natural exponential of 3
def.exp(3,2) # Deformed by lambda = 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.