| integrate {Ryacas} | R Documentation |
Integration of Functions
Description
If f is a yac_symbol, yacas's Integrate() is used.
Else, stats::integrate() is used.
Usage
integrate(f, ...)
Arguments
f |
Function to integrate. See details. |
... |
See details. |
Details
Additional arguments:
-
yac_symbol:var,lower,upper Else (
stats::integrate()):lower,upper
[Package Ryacas version 1.1.5 Index]