rhai-sci icon indicating copy to clipboard operation
rhai-sci copied to clipboard

Scientific computing for Rhai.

Results 56 rhai-sci issues
Sort by recently updated
recently updated
newest added

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)

enhancement

Add function like [MATLAB's `setdiff`](https://www.mathworks.com/help/matlab/ref/double.setdiff.html)

enhancement

Add function like [MATLAB's `setxor`](https://www.mathworks.com/help/matlab/ref/double.setxor.html)

enhancement

Add function like [MATLAB's `ismember`](https://www.mathworks.com/help/matlab/ref/ismember.html)

enhancement

Add function like [MATLAB's `ismembertol`](https://www.mathworks.com/help/matlab/ref/ismembertol.html)

enhancement

Add function like [MATLAB's `uniquetol`](https://www.mathworks.com/help/matlab/ref/uniquetol.html)

enhancement

Add function like [MATLAB's `swapbytes`](https://www.mathworks.com/help/matlab/ref/swapbytes.html)

enhancement

Add function like [MATLAB's `bitxor`](https://www.mathworks.com/help/matlab/ref/bitxor.html)

enhancement

Add function like [MATLAB's `bitshift`](https://www.mathworks.com/help/matlab/ref/bitshift.html)

enhancement