View source: R/059_atoms_elementwise_power.R
| power | R Documentation |
Create a Power atom
power(x, p, max_denom = 1024L, approx = TRUE)
x |
An Expression |
p |
Numeric exponent |
max_denom |
Maximum denominator for rational approximation |
approx |
If TRUE (default), use SOC approximation. If FALSE, use exact power cone. |
A Power or PowerApprox atom
sqrt(x) on a CVXR expression dispatches to
Power(x, 0.5) via the Math group generic.
See math_atoms for all standard R function dispatch.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.