Skip to content

sebastianmach/simplesqrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SIMPLE SQRT

Description:

This is a homework for the subject FSST.

The program uses a simple algorithm to compute the sqareroot of a specific number.

Compile:

Use the following terminal command to compile the program:

    $ make
    gcc -Wall -std=c99 -g -o simplesqrt main.c

Usage:

You can use the program like:

    $ ./simplesqrt 16
   Sqrt of 16 is 4

About

simplesqrt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages