Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 16, 2021 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BexTuychiev/b3962967293900571dcf30f7d9010fe3 to your computer and use it in GitHub Desktop.
Save BexTuychiev/b3962967293900571dcf30f7d9010fe3 to your computer and use it in GitHub Desktop.
import numba
@numba.jit
def crazy_function(col1, col2, col3):
return (col1 ** 3 + col2 ** 2 + col3 * 10) ** 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment