Skip to content

Instantly share code, notes, and snippets.

@BrettMayson
Created May 16, 2023 09:56
Show Gist options
  • Save BrettMayson/5e0ce50bf20766ca457bd690370cb0cc to your computer and use it in GitHub Desktop.
Save BrettMayson/5e0ce50bf20766ca457bd690370cb0cc to your computer and use it in GitHub Desktop.
fnc_oxygen_percentage = {
params ["_height"];
9.663359601535e-8 * (_height * _height) - 0.00240453 * _height + 20.757
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment