Description Usage Arguments Value Author(s) Examples
Returns the number of milliliters or drops of stabilizer are needed to stabilize a certain amount of fuel
1 2 | fuelStabilizer(Lfuel, mLstabilizer = 25, Lstabilizer2fuel = 20,
dropml = 0.05)
|
Lfuel |
numeric, liters of fuel to stabilize |
mLstabilizer |
numeric, manufacturer's recommended milliliters of stabilizer per liters of fuel |
Lstabilizer2fuel |
numeric, manufacturer's recommended liters of fuel per mms of stabilizer |
dropml |
numeric, how many milliliters per drop |
the number of milliliters or drops of stabilizer
Jose Gama
1 2 3 4 5 6 | # liqui moly, petrol stabilizer CNG/LPG gasoline stabilizer
# 25ml of stabilizer are the recommended amount for 20 litres of gasoline
# stabilizer for 1l of gasoline
fuelStabilizer(1)
# stabilizer for 0.5l of gasoline
fuelStabilizer(0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.