rhai-sci
rhai-sci copied to clipboard
Scientific computing for Rhai.
Based on recommendation from @AugLuk, we should focus on using [this reference](https://se.mathworks.com/help/matlab/matlab_prog/compatible-array-sizes-for-basic-operations.html) as the standard.
Add function like [MATLAB's `rem`](https://www.mathworks.com/help/matlab/ref/double.rem.html)
Add function like [MATLAB's `setdiff`](https://www.mathworks.com/help/matlab/ref/double.setdiff.html)
Add function like [MATLAB's `setxor`](https://www.mathworks.com/help/matlab/ref/double.setxor.html)
Add function like [MATLAB's `ismember`](https://www.mathworks.com/help/matlab/ref/ismember.html)
Add function like [MATLAB's `ismembertol`](https://www.mathworks.com/help/matlab/ref/ismembertol.html)
Add function like [MATLAB's `uniquetol`](https://www.mathworks.com/help/matlab/ref/uniquetol.html)
Add function like [MATLAB's `swapbytes`](https://www.mathworks.com/help/matlab/ref/swapbytes.html)
Add function like [MATLAB's `bitxor`](https://www.mathworks.com/help/matlab/ref/bitxor.html)
Add function like [MATLAB's `bitshift`](https://www.mathworks.com/help/matlab/ref/bitshift.html)