29package com.jogamp.opengl.test.junit.math;
31import org.junit.Assert;
34import com.jogamp.junit.util.JunitTracer;
35import com.jogamp.math.Binary64;
46 @SuppressWarnings(
"static-method") @Test
public
55 @SuppressWarnings(
"static-method") @Test
public
62 @SuppressWarnings(
"static-method") @Test
public
76 @SuppressWarnings(
"static-method") @Test
public
Functions for interrogating binary64 (double) values.
static long unpackGetSign(final double d)
static long unpackGetExponentUnbiased(final double d)
static long unpackGetSignificand(final double d)
void testInfinityNegativeExponent()
void testInfinityNegativeSignificand()
void testInfinityExponent()
void testInfinityNegativeSign()
void testNaNSignificand()
void testInfinitySignificand()