m

math-base-assert-is-integer

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