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)
- Host: GitHub
- URL: https://github.com/merttalug/exponentialnumbers
- Owner: merttalug
- License: mit
- Created: 2022-03-10T13:29:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T13:35:13.000Z (over 3 years ago)
- Last Synced: 2025-02-14T20:45:35.668Z (5 months ago)
- Topics: calculator, exponential, java, kodluyoruz, patika-dev
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## Attention !!
This program can only give results in integer data type.