Klaus Hummel

Results 7 issues of Klaus Hummel

Hello I have used the VS Code Debug Visualizer a few times in python. It's a nice tool that helps well when debugging on nodes and edges. However, when using...

When calling the function sqrt() I stumbled across a message from my compiler: Error: Unsupported intrinsic: llvm.ctlz.i64 Reason: the function find_highest_bit() uses intrinsic functions (for performance reasons). I use a...

enhancement

Unlike floatingspoint, overflow can occur more quickly when fixed-point operations are used. In applications such as filters or control algorithms, overflow detection would be useful. Example ``` fpm::fixed_8_24 x {100},...

enhancement

Great: Variable names with Greek identifiers are automatically translated into the correct Latex symbols. ``` %%render lamb_1 = 1.234 λ_2 = 2.345 ``` 𝜆1=1.234 λ2=2.345 Whereby I now often use...

bug

Versions: * handcalcs = 1.6.1 * forallpeople = 2.6.3 The error occurred during calculations of time rates in 1/s , 1/min, 1/hour. Without option "sci_not" the exponent is correct: ```python...

(Sorry Connor, I accidentally posted this Issue first in the foreallpeople project. I have closed it there) Used handcalcs Version: 1.6.1 According to the python documentation, you can use a...

Hi Mike I finally have time to deal with fpm again. When I build the project via cmake the following error message appears: ```sh [build] fpm/3rdparty/googlebench/src/benchmark_register.h:18:30: error: 'numeric_limits' is not...