All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.batoulapps.adhan2.internal.DoubleExtensions.kt Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.batoulapps.adhan2.internal

import kotlin.math.PI

fun Double.toRadians() = this * PI / 180
fun Double.toDegrees() = (this * 180) / PI




© 2015 - 2024 Weber Informatics LLC | Privacy Policy