view .editorconfig @ 30205:23a907b2dbd5

nchoosek.m: Allow "char" and other non-numeric inputs (bug #61119) * nchoosek.m: Remove "isnumeric" input validation for first input. Redo input validation to provide more meaningful error messages. Return Matlab-compatible answers for both size and type in corner cases of N, K values. Add BIST tests for new input validation and for new accepted input types.
author Rik <rik@octave.org>
date Thu, 23 Sep 2021 10:00:12 -0700
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab