Alexander Bolz

Results 2 issues of Alexander Bolz

In d2s.c, should this call https://github.com/ulfjack/ryu/blob/00ecce8c59ab9bdb7b8f6c3dc54ee467cfab6b43/ryu/d2s.c#L315 use `q` instead of `q-1`? As I understand it, the code uses `q' = max(0, q-1)` to make sure that the loop below is...

The example in the readme states > ``` > unlib::newton force = 1._kg * 9.81_m_per_s2; > ``` > In the above example, the right-hand side of the assignment operator calculates...