

QVBoxLayout *mainVBox = new QVBoxLayout( this) ĭistHBox-> addWidget( new QLabel( tr( "Your Test Race: "))) ĭistSpinBox-> setRange( 1.5/KM_PER_MILE, 42.195/KM_PER_MILE) ĭistSpinBox-> setValue( 10.0/KM_PER_MILE) ĭistSpinBox-> setAlignment(Qt::AlignRight) SetMinimumSize( 300 *dpiXFactor, 300 *dpiYFactor) This-> setWhatsThis(help-> getWhatsThisText(HelpWhatsThis::MenuBar_Tools_VDOT_CALC)) HelpWhatsThis *help = new HelpWhatsThis( this) SetWindowTitle( tr( "VDOT and T-Pace Calculator ")) VDOTCalculator::VDOTCalculator(QWidget *parent) : QDialog(parent)īool metricRnPace = appsettings-> value( this, GC_PACE, GlobalContext::context()-> useMetricUnits).

} while ( fabs( f_t/ fprime_t) > 1e-3 & iter > 0)

VDOTCalculator::eqvTime( double VDOT, double dist) velocity at VO2max according to Daniels/Gilbert Formula VDOT: estimated VO2max based on Daniels/Gilbert Formula VDOTCalculator::vdot( double mins, double vel) * T-PACE as 90%vVDOT from Daniels' Running Formula book * The Daniels-Gilbert fomula used for VDOT and vVDOT was taken from: * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#Goldencheetah 3 calculate cp software#
* with this program if not, write to the Free Software Foundation, Inc., 51
#Goldencheetah 3 calculate cp license#
* You should have received a copy of the GNU General Public License along * ANY WARRANTY without even the implied warranty of MERCHANTABILITY or * This program is distributed in the hope that it will be useful, but WITHOUT * Software Foundation either version 2 of the License, or (at your option) * under the terms of the GNU General Public License as published by the Free * Copyright (c) 2015 Alejandro Martinez This program is free software you can redistribute it and/or modify it
