view .editorconfig @ 32924:2bd9d8c9287e

nchoosek: Improve numerical stability and performance (bug #65238). * script/specfun/nchoosek.m: Use iterative algorithm to prevent precision loss due to overflow. Calculate greatest common denominator only when required. Improves performance by a factor of 2 for some use-cases.
author Hendrik Koerner <koerhen@web.de>
date Sat, 03 Feb 2024 19:16:08 +0100
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