MINI MINI MANI MO
%
% Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{ore.const}
\alias{ore.const}
\docType{data}
\title{
Oracle R Enterprise - Konstanten
}
\description{
Enthält mathematische Konstanten für SQL-Berechnungen.
}
\usage{ore.const}
\format{
An \code{\link[base]{environment}} object containing:
\describe{
\item{\code{"1_PI"}}{\code{1/pi}}
\item{\code{"1_SQRT2PI"}}{\code{1/sqrt(pi)}}
\item{\code{"2PI"}}{\code{2*pi}}
\item{\code{"2_PI"}}{\code{2/pi}}
\item{\code{"2_SQRTPI"}}{\code{2/sqrt(pi)}}
\item{\code{"E"}}{\code{exp(1)}}
\item{\code{"LN10"}}{\code{log(10)}}
\item{\code{"LN2"}}{\code{log(2)}}
\item{\code{"LNSQRT2PI"}}{\code{log(sqrt(2*pi))}}
\item{\code{"LOG10E"}}{\code{log10(e)}}
\item{\code{"LOG2E"}}{\code{log2(e)}}
\item{\code{"PI"}}{\code{pi}}
\item{\code{"PI_2"}}{\code{pi/2}}
\item{\code{"PI_4"}}{\code{pi/4}}
\item{\code{"SQRT1_2"}}{\code{1/sqrt(2)}}
\item{\code{"SQRT2"}}{\code{sqrt(2)}}
}
}
\references{
\href{http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/documentation/index.html}{Oracle R Enterprise}
}
\author{
Oracle \email{oracle-r-enterprise@oracle.com}
}
\examples{
ore.const
ore.const$PI
ore.const$"2_SQRTPI"
}
\keyword{sysdata}
\keyword{ORE}
OHA YOOOO