create_value: create a value from mantissa and exponent

View source: R/finding_peaks.R

create_valueR Documentation

create a value from mantissa and exponent

Description

given a mantissa and exponent, returns the actual value as a numeric

Usage

create_value(mantissa, exponent)

Arguments

mantissa

the base part of the number

exponent

the exponent part

Value

numeric


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.