@@ -134,7 +134,8 @@ You can optionally choose the linear solver to be used by passing an
134134algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
135135as keyword argument `linsolve`.
136136You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
137- to avoid divisions by zero.
137+ to avoid divisions by zero. You can pass a value explicitly, otherwise `small_constant` is set to
138+ `floatmin` of the floating point type used.
138139
139140## References
140141
@@ -345,7 +346,8 @@ You can optionally choose the linear solver to be used by passing an
345346algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
346347as keyword argument `linsolve`.
347348You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
348- to avoid divisions by zero.
349+ to avoid divisions by zero. You can pass a value explicitly, otherwise `small_constant` is set to
350+ `floatmin` of the floating point type used.
349351
350352## References
351353
@@ -726,7 +728,8 @@ You can optionally choose the linear solver to be used by passing an
726728algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
727729as keyword argument `linsolve`.
728730You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
729- to avoid divisions by zero.
731+ to avoid divisions by zero. You can pass a value explicitly, otherwise `small_constant` is set to
732+ `floatmin` of the floating point type used.
730733
731734## References
732735
@@ -825,7 +828,8 @@ You can optionally choose the linear solver to be used by passing an
825828algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
826829as keyword argument `linsolve`.
827830You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
828- to avoid divisions by zero.
831+ to avoid divisions by zero. You can pass a value explicitly, otherwise `small_constant` is set to
832+ `floatmin` of the floating point type used.
829833
830834## References
831835
0 commit comments