Skip to content

Commit 8c92cc2

Browse files
nkoukpaizanactions-user
authored andcommitted
Apply pre-commmit fixes
1 parent 1d6e4ae commit 8c92cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GridKit/CommonMath.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace GridKit
1414
*
1515
* @note The sigmoid constant (mu) value is chosen to balance accuracy
1616
* and finite derivatives. Large values more closely approximate a step
17-
* function, but lead to inf or NaN derivatives.
17+
* function, but lead to inf or NaN derivatives.
1818
* The value of 240 corresponds to a time step of 1/4 of a 60Hz cycle.
1919
* From experiments, numerical derivatives break down for mu above 700.
2020
*

0 commit comments

Comments
 (0)