Skip to content

Commit

Permalink
Merge pull request #384 from euanwm/fix/update_sinclair_coeff
Browse files Browse the repository at this point in the history
updated latest sinclair values
euanwm authored Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7422b3c + 8fb4f59 commit 0a49495
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions backend/sinclair/sinclair.go
Original file line number Diff line number Diff line change
@@ -7,10 +7,11 @@ import (

// Coefficient numbers
const (
aMale = 0.751945030
bMale = 175.508
aFemale = 0.783497476
bFemale = 153.655
// These are the 2021-2024 Coefficient numbers
aMale = 0.722762521
bMale = 193.609
aFemale = 0.787004341
bFemale = 153.757
naimSinclair = 505 + 1 // The extra 1 is for rounding etc.
minBW = 20 // KG, nobody is breaking records at that weight
)

0 comments on commit 0a49495

Please sign in to comment.