m

math-base-special-abs

Compute the absolute value of a double-precision floating-point number.
https://stdlib.io
Apache-2.0
The Stdlib Authors
stdlib-bot kgryte planeshifter rreusser
Files download
File Operation
math-base-special-abs-0.0.6.jar download
math-base-special-abs-0.0.6.pom download
math-base-special-abs-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm.at.stdlib</groupId>
  <artifactId>math-base-special-abs</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm.at.stdlib:math-base-special-abs:0.0.6'
Gradle Kotlin
implementation("org.mvnpm.at.stdlib:math-base-special-abs:0.0.6")
Scala SBT
libraryDependencies += "org.mvnpm.at.stdlib" % "math-base-special-abs" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm.at.stdlib', module='math-base-special-abs', version='0.0.6')
)
Apache Ivy
<dependency org="org.mvnpm.at.stdlib" name="math-base-special-abs" rev="0.0.6" />
Leiningen
[org.mvnpm.at.stdlib/math-base-special-abs "0.0.6"]
Apache Buildr
'org.mvnpm.at.stdlib:math-base-special-abs:jar:0.0.6'