An open API service indexing awesome lists of open source software.

https://github.com/merttalug/exponentialnumbers

A program that asks the user for the exponent and base numbers as input and basically calculates the exponential number. (only for integer values)
https://github.com/merttalug/exponentialnumbers

calculator exponential java kodluyoruz patika-dev

Last synced: 3 months ago
JSON representation

A program that asks the user for the exponent and base numbers as input and basically calculates the exponential number. (only for integer values)

Awesome Lists containing this project

README

        

# ExponentialNumbers
A program that asks the user for the exponent and base numbers as input and basically calculates the exponential number.

![](https://d1whtlypfis84e.cloudfront.net/guides/wp-content/uploads/2019/10/22064406/181f1711-9d64-41c4-aeac-34319dbfec84.png)

## Attention !!

This program can only give results in integer data type.