Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.math


Classes

class  BigDecimal
class  BigInteger
class  BitLevel
 Static library that provides all the bit level operations for BigInteger. More...
class  Conversion
 Static library that provides BigInteger base conversion from/to any integer represented in an java.lang.String Object. More...
class  Elementary
 Static library that provides the basic arithmetic mutable operations for BigInteger. More...
class  MathContext
class  Multiplication
 Static library that provides all multiplication of BigInteger methods. More...
class  Primality
 Provides primality probabilistic methods. More...

Enumerations

enum  RoundingMode {
  UP = (BigDecimal.ROUND_UP), DOWN = (BigDecimal.ROUND_DOWN), CEILING = (BigDecimal.ROUND_CEILING), FLOOR = (BigDecimal.ROUND_FLOOR),
  HALF_UP = (BigDecimal.ROUND_HALF_UP), HALF_DOWN = (BigDecimal.ROUND_HALF_DOWN), HALF_EVEN = (BigDecimal.ROUND_HALF_EVEN), UNNECESSARY = (BigDecimal.ROUND_UNNECESSARY)
}

Enumeration Type Documentation

Author:
Intel Middleware Product Division

Instituto Tecnologico de Cordoba

Enumerator:
UP  .org.fitc.spec_ref
DOWN  .org.fitc.spec_ref
CEILING  .org.fitc.spec_ref
FLOOR  .org.fitc.spec_ref
HALF_UP  .org.fitc.spec_ref
HALF_DOWN  .org.fitc.spec_ref
HALF_EVEN  .org.fitc.spec_ref
UNNECESSARY  .org.fitc.spec_ref