Files
Upsilon/apps/solver
Gabriel Ozouf c7b758f536 [poincare/expression] Fix solutions to e^x=0
Because of the limitations of the floating-point representation, e^x is
null for x <= 710, causing the nextRoot functions to find roots for it.
To prevent this, we looking for places where a function changes sign, we
actually require the function to take two non-null values of different
signs.
2020-12-14 10:20:09 +01:00
..
2020-06-04 14:50:02 +02:00
2020-12-07 14:12:29 +01:00
2020-06-04 14:50:02 +02:00