pub fn validate_precision(precision: f64) -> Result<(), BrightDateError>Expand description
Validate precision is an integer in [1, 12].
pub fn validate_precision(precision: f64) -> Result<(), BrightDateError>Validate precision is an integer in [1, 12].