Skip to content

Instantly share code, notes, and snippets.

@theuves
Created March 7, 2019 13:28
Show Gist options
  • Save theuves/1d63effb3d6a10977e38d8b2ea4e3d04 to your computer and use it in GitHub Desktop.
Save theuves/1d63effb3d6a10977e38d8b2ea4e3d04 to your computer and use it in GitHub Desktop.
┌────────────────────────────┐
│ x × (lMax - lMin)          │
│ ─────────────────── + lMin │
│     gMax - gMin            │
├────────────────────────────┴──┐
│ x    → Valor para comparação. │
│ lMax → Máximo do menor.       │
│ lMin → Mínimo do menor.       │
│ gMax → Máximo do maior.       │
│ gMin → Mínimo do maior.       │
└───────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment