Scilab 6.0.0
Please note that the recommended version of Scilab is 2023.1.0. This page might be outdated.
See the recommended documentation of this function
freeAllocatedSingleComplexPoly
Free memory allocated by getAllocatedSingleComplexPoly function.
Syntax
void freeAllocatedSingleComplexPoly(double* _pdblReal, double* _pdblImg)
Arguments
- _pdblReal
Pointer "_pdblReal" allocated by getAllocatedSingleComplexPoly.
- _pdblImg
Pointer "_pdblImg" allocated by getAllocatedSingleComplexPoly.
Report an issue | ||
<< freeAllocatedSinglePoly | polynomial | freeAllocatedSinglePoly >> |