Biobase-0.0.2.0: Base library for bioinformatics

Biobase.Constants

Contents

Description

Define several constants used throughout all libraries depending on Biobase.

Synopsis

energy Infinities for Int's

eInf :: IntSource

maxBound on Int is problematic, if we try something like maxBound + maxBound which happens very often. eInf is used for settings like lookup tables, etc while comparisons are against eMax. Both values need to be small enough not to overflow in typical situations.

floating infinity