annotate .gitattributes @ 31198:863730dd0f83 stable

nextpow2: Fix for input between 0.5 and 1 (bug #62947). * scripts/general/nextpow2.m: Switch to a naïve implementation using log2 with a single output argument and ceil.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 24 Aug 2022 17:15:34 +0200
parents c6f9ff84dc84
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29719
c6f9ff84dc84 .gitattributes: Add file to enforce correct line endings on Windows.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
1 # line endings in repository match line endings on disc
c6f9ff84dc84 .gitattributes: Add file to enforce correct line endings on Windows.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
2 * -text