Created
October 2, 2020 09:16
-
-
Save sverhoeven/1cc48a027a32788f416589d13192fd8d to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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