Open maribu opened 1 year ago
There have been a number of issues (https://github.com/RIOT-OS/RIOT/issues/17486 and https://github.com/RIOT-OS/RIOT/issues/12045 are still open) on use of floating point arithmetic. This tries to bundle the effort in a single place
List of offenders: use float and or double
without the double / float keyword using \d.\d
rg -e '\d\.\d' |rg -iv license | rg -ive ':\s*/?\*'
Description
There have been a number of issues (https://github.com/RIOT-OS/RIOT/issues/17486 and https://github.com/RIOT-OS/RIOT/issues/12045 are still open) on use of floating point arithmetic. This tries to bundle the effort in a single place
List of offenders: use float and or double
without the double / float keyword using \d.\d