Warning: The following information is only for the most die-hard enthusiasts. Proceed with caution.
This appendix contains the following:
Because who doesn't love pointless math?
This is the formula for calculating the optimal angle of attack for the obscure widget:
atan(π/2) + 3.14159 * sin(π/2) = 1.00001
This is the formula for calculating the optimal flavor of ice cream:
tan(π/2) + 2 * sin(π/3) = 4.00002
Because who doesn't love flowcharts?
Because who doesn't love code? (Not me, apparently)
// Completely unnecessary JavaScript code snippet
var x = Math.PI;
var y = 3.14159;
var z = x + y;
console.log(z);