Logistic curve fitting in epidemiology: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
m (category)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,216:
<pre>r = 0.11230215850810021, R0 = 3.8482784871191575</pre>
 
=={{header|V (Vlang)}}==
{{trans|wren}}
<syntaxhighlight lang="v (vlang)">import math
const (
k = 7800000000 // approx world population
451

edits