view .editorconfig @ 28242:f618edac2a29

dec2hex.m: Implement support for negative number inputs (bug #58147). * dec2hex.m: Update documentation to mention support for negative numbers. Copy algorithm from dec2bin.m, but replace final call to dec2base (d,2) with dec2base (d, 16). Add new BIST tests.
author Rik <rik@octave.org>
date Sat, 25 Apr 2020 14:31:09 -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