about | help | code help+videos | done | prefs |
fund_squareRoot
Given a decimal number, return the square root of it. You can call the method Math.sqrt(___) and send it a number. It will return the square root of the input as a double! fund_squareRoot(1) → 1.0 fund_squareRoot(2) → 1.4142135623730951 fund_squareRoot(3) → 1.7320508075688772 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy