/sol

An Kotlin library for science and math in the real world.

Primary LanguageKotlinMIT LicenseMIT

Sol

An Kotlin library for science and math in the real world.

The core logic behind Trail Sense. This is intended for my use only at this point, so there isn't any documentation on it.

Installation (Gradle)

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.kylecorry31:sol:<version>'
}

References

Astronomy algorithms are a combination of custom made algorithms and implementations derived from Jean Meeus (Astronomical Algorithms 2nd Edition), J. L. Lawrence (Celestial Calculations: A Gentle Introduction to Computational Astronomy), and NASA.