Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f370e3

Browse files
authoredMar 23, 2021
Refactor variable name
1 parent 48a5014 commit 6f370e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/calculateRank.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
function expsf(lambda, to) {
2-
return Math.exp(-lambda * to);
1+
function expsf(lambda, x) {
2+
return Math.exp(-lambda * x);
33
}
44

55
function calculateRank({

0 commit comments

Comments
 (0)
Please sign in to comment.