Skip to content

Instantly share code, notes, and snippets.

@sverhoeven
Created October 2, 2020 09:16
Show Gist options
  • Save sverhoeven/1cc48a027a32788f416589d13192fd8d to your computer and use it in GitHub Desktop.
Save sverhoeven/1cc48a027a32788f416589d13192fd8d to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
const [tolerance, setTolerance] = React.useState(0.001);
const [initial_guess, setGuess] = React.useState(-4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment