com.ssv.test.airbase.contest
Class DoubleOperations

java.lang.Object
  extended by com.ssv.test.airbase.contest.DoubleOperations

public final class DoubleOperations
extends java.lang.Object

Этот класс содержит операции на вещественными числами в CT.

Author:
sergey

Nested Class Summary
static interface DoubleOperations.Action
           
static class DoubleOperations.AriphmeticAction
           
 
Field Summary
static double FALSE
           
static double TRUE
           
 
Method Summary
static double check(boolean condition)
           
static boolean check(double condition)
           
static DoubleOperations.Action getAction(int operation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final double TRUE
See Also:
Constant Field Values

FALSE

public static final double FALSE
See Also:
Constant Field Values
Method Detail

getAction

public static DoubleOperations.Action getAction(int operation)

check

public static double check(boolean condition)

check

public static boolean check(double condition)