scala.scalanative.posix.math.scala Maven / Gradle / Ivy
package scala.scalanative
package posix
import scalanative.unsafe._
@extern object math extends math
@extern trait math extends libc.math {
// no extensions yet
}
package scala.scalanative
package posix
import scalanative.unsafe._
@extern object math extends math
@extern trait math extends libc.math {
// no extensions yet
}