LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
APPROX_TAYLOR.m
1function value = APPROX_TAYLOR(degree)
2value = uint32(degree);
3end