Tutorial by Examples

This function return the standart gravity constant in the specified acceleration units (1 for cm/s², 2 for ft/s², 3 for m/s²) /** * Returns the standard gravity constant in the specified acceleration units * Values taken from https://en.wikipedia.org/wiki/Standard_gravity on July 24, 2016. ...
To avoid unsightly #DIV/0 errors in a spreadsheet, a custom function can be used. /** * Divides n by d unless d is zero, in which case, it returns * the given symbol. * * @param {n} number The numerator * @param {d} number The divisor * @param {symbol} string The symbol to display...

Page 1 of 1