https://github.com/rishit-dagli/log_with_variable_base-in-java
this code is written to perform a log operation without using in built log function using for loop
https://github.com/rishit-dagli/log_with_variable_base-in-java
Last synced: 6 months ago
JSON representation
this code is written to perform a log operation without using in built log function using for loop
- Host: GitHub
- URL: https://github.com/rishit-dagli/log_with_variable_base-in-java
- Owner: Rishit-dagli
- License: mit
- Created: 2018-06-18T16:31:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T11:58:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T01:43:49.660Z (8 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log_with_variable_base-in-java
This code is written to perform a log operation without using in built log function using for loop till 0.1 precision.