LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
APPROX_TAYLOR_UNLIM.m
1function value = APPROX_TAYLOR_UNLIM()
2value = uint32(bitshift(intmax('uint32'), -8));
3end