Change names of the *.q functions to *_q
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/generalized_log.R
|
||||
\name{exp.q}
|
||||
\alias{exp.q}
|
||||
\name{exp_q}
|
||||
\alias{exp_q}
|
||||
\title{Generalized exponential function.}
|
||||
\usage{
|
||||
\method{exp}{q}(x, q = 1, base = exp(1))
|
||||
exp_q(x, q = 1, base = exp(1))
|
||||
}
|
||||
\description{
|
||||
Generalized exponential function.
|
||||
@@ -1,10 +1,10 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/generalized_log.R
|
||||
\name{log.q}
|
||||
\alias{log.q}
|
||||
\name{log_q}
|
||||
\alias{log_q}
|
||||
\title{Generalized logaritmic function.}
|
||||
\usage{
|
||||
\method{log}{q}(x, q = 1)
|
||||
log_q(x, q = 1)
|
||||
}
|
||||
\description{
|
||||
\deqn{x \longmapsto 1 : \log(x) \approx x-1}
|
||||
Reference in New Issue
Block a user