Comment
This commit is contained in:
parent
368ccbb355
commit
e71a8bc738
BIN
V4/demo/demo.exe
BIN
V4/demo/demo.exe
Binary file not shown.
BIN
V4/demo/demo.ilk
BIN
V4/demo/demo.ilk
Binary file not shown.
BIN
V4/demo/demo.obj
BIN
V4/demo/demo.obj
Binary file not shown.
BIN
V4/demo/demo.pdb
BIN
V4/demo/demo.pdb
Binary file not shown.
Binary file not shown.
@ -94,7 +94,7 @@ float interp(float lower, float upper, float ratio) {
|
|||||||
/// @param weight Weight in kilogrammes
|
/// @param weight Weight in kilogrammes
|
||||||
/// @param tipTankPercent Lowest tip tank quantity (left/right) in percent
|
/// @param tipTankPercent Lowest tip tank quantity (left/right) in percent
|
||||||
/// @param ci CI
|
/// @param ci CI
|
||||||
/// @return Mach corresponding to CI
|
/// @return Mach corresponding to CI. Returns -1 if not possible
|
||||||
float ci2mach(float altitude, float weight, float tipTankPercent, int ci) {
|
float ci2mach(float altitude, float weight, float tipTankPercent, int ci) {
|
||||||
auto [lowerFl, upperFl, ratioFl] = boundAltitude(altitude);
|
auto [lowerFl, upperFl, ratioFl] = boundAltitude(altitude);
|
||||||
auto [lowerWgt, upperWgt, ratioWgt] = boundWeight(weight);
|
auto [lowerWgt, upperWgt, ratioWgt] = boundWeight(weight);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user