Skip to content

Instantly share code, notes, and snippets.

@dmitriz
Last active May 28, 2019 03:51
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 dmitriz/2606b9fe3afa8d8d99614cbcc8e9a265 to your computer and use it in GitHub Desktop.
Save dmitriz/2606b9fe3afa8d8d99614cbcc8e9a265 to your computer and use it in GitHub Desktop.
function C (I_1, I_2, I_3) {
J_1 = f_1(I_1, I_2, I_3)
J_2 = f_2(I_1, I_2, I_3)
return [J_1, J_2]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment