Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Powers is a terminal application that calculates powers of a number.


It is written in C and simple to modifiy and use.


How to install, Windows,
download the binary executable and run it, preferable add it to the environment PATH so it can be run without its full path.


Linux, there is no binary for linux,
but it can be built on it and it is simple (GCC).

You will need to download the files and a C compiler,
afterwards go into the 'Folder' and type

gcc powers.c -o powers.elf # to run it ./powers.elf

About

A C program that grabs a float from the user, then asks to what power should it be then calculates and provides an output

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages