Skip to content

Instantly share code, notes, and snippets.

@kt3k
Created August 21, 2020 05:56
Show Gist options
  • Save kt3k/514f866041a2c8b6cd2b53acb3f44031 to your computer and use it in GitHub Desktop.
Save kt3k/514f866041a2c8b6cd2b53acb3f44031 to your computer and use it in GitHub Desktop.
export const rump = (a: number, b: number): number =>
333.75 * b ** 6 + a ** 2 * (11 * a ** 2 * b ** 2 - b ** 6 - 121 * b ** 4 - 2) + 5.5 * b ** 8 + a / (2 * b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment