Skip to content

kingasieminiak/square_root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Square root

Java implementation of newton's' method of computing square root.

Requirements

  1. the solution uses only four basic arithmetic operations (+, -, *, / ) and comparison;
  2. the solution provides a result with given precision (0 <= k >= 10000);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages