view .editorconfig @ 28590:5b1143d1d74b

improve compatibility of concatenation for large integer constants (bug #45945) * ov-magic-int.h: In value extractors, convert to double first, then return type. This makes the data type behave more like a the double precision scalar object. The as_TYPE functions still allow direct conversion of the internal integer value to another type. * integer.tst: New tests.
author John W. Eaton <jwe@octave.org>
date Tue, 21 Jul 2020 15:00:00 -0400
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