From f2e2c0fc324692461aa4f4c84100694189dabb9f Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 30 Jan 2021 09:53:00 +0000 Subject: remove unnecessary (and confusing) parentheses. --- bmr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bmr b/bmr index e684312..5766d88 100755 --- a/bmr +++ b/bmr @@ -1,7 +1,7 @@ #!/bin/rc # # BMR following the Mifflin-St. Jeor equation -# P(kcal/day) = 10*weight(kg) + 6.25*height(cm) - (5*age(yr)) + s +# P(kcal/day) = 10*weight(kg) + 6.25*height(cm) - 5*age(yr) + s # where s is +5 for men and -161 for women # s=5 @@ -28,5 +28,5 @@ if(~ $flagw 1) bc <