Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/squarerootscala
A simple square root generator in Scala
https://github.com/kirang89/squarerootscala
Last synced: 7 days ago
JSON representation
A simple square root generator in Scala
- Host: GitHub
- URL: https://github.com/kirang89/squarerootscala
- Owner: kirang89
- Created: 2012-09-23T05:36:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-23T07:40:54.000Z (about 12 years ago)
- Last Synced: 2024-04-16T18:23:08.910Z (7 months ago)
- Language: Scala
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Square Root using Newton's Approximation
A simple scala worksheet task to find the approximate square root of a number