Skip to content

Commit

Permalink
updated latest sinclair values
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Jul 29, 2024
1 parent 7422b3c commit 8fb4f59
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
Expand Up @@ -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
)
Expand Down

0 comments on commit 8fb4f59

Please sign in to comment.