Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions.append.md #3812

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Update instructions.append.md #3812

merged 2 commits into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Update instructions.append.md

    Clarify that the built-in exponentiation operator ** is equivalent to pow() and therefore doesn't demonstrate an implementation of a square root algorithm, and also note that for the domain of this exercise there are available solutions using only positive integers.
    xanni authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f588f25 View commit details
    Browse the repository at this point in the history
  2. Update exercises/practice/square-root/.docs/instructions.append.md

    Adhere to one sentence per line convention.
    
    Co-authored-by: BethanyG <[email protected]>
    xanni and BethanyG authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b8fc443 View commit details
    Browse the repository at this point in the history