nelson icon indicating copy to clipboard operation
nelson copied to clipboard

The Nelson Programming Language

Results 18 nelson issues
Sort by recently updated
recently updated
newest added

uses thread to speed up

enhancement

dv = datevec(datenum('10-Mar-2010 16:48:17')); REF = [2010 3 10 16 48 17]; assert_isequal(dv, REF); dv = datevec(datenum('Mar.10,2010')); REF = [2010 3 10 0 0 0]; assert_isequal(dv, REF);

bug

Current sparse insertion and extraction need to be completed.

enhancement
help wanted

Student's t cumulative distribution function ``` p = tcdf(x,nu) ```

enhancement
help wanted

Inverse error function ``` r = erfinv(x) ```

enhancement
help wanted