项目作者: 1024Adam

项目描述 :
A Number Exponential Generator
高级语言: C
项目地址: git://github.com/1024Adam/powers.git
创建时间: 2017-02-19T19:15:11Z
项目社区:https://github.com/1024Adam/powers

开源协议:

下载


Powers

Description

This is a program I made a few years ago that calculates the exponentials of the number entered n number of times.
This program is able to calculate extremely large numbers. This is due to the fact that it uses a Number struct to
keep track of each individual digit in the power, and thus is not limited to the normal bounds of basic numeral data
types (integer, long, float, double, etc).

Compilation

make

Execution

bin/powers base exponent print

base - integer value

exponent - integer value

print - boolean (0, 1) on whether to print the output to a file or not