Conversation
Merge master to stable
Merge ~master into ~stable for next version
Merge Master into Stable
|
Final commit of the day |
|
Just realized I'll have to implement constants, if we want to make Summations usable at run time. |
|
Constant syntax in a function definition: |
…here si a bug though
|
Now I can get back to implementing summations. |
|
Turns out summations in the form of a function as an argument are impossible to achieve, as that would require passing a Tuple with unknown template parameters at run time. I'll just have to implement it in a different way. |
|
Or I could literally just make Operators templates. |
|
The return type also has to bee included. |
|
Work is beginning again. |
|
Said bug has been fixed, but the main loop of the summation function hangs. I will fix that before pushing again. |
…ent logarithms instead.
|
Actually, given the difficulty of summations, I have just decided to do logarithms outright and to rework the special operations list into something usable. |
This PR aims to fix issue #16 .