yahoo_finance_api icon indicating copy to clipboard operation
yahoo_finance_api copied to clipboard

implement decimal feature flag to optionally use rust_decimal

Open StephanvanSchaik opened this issue 6 months ago • 4 comments

This implements the decimal feature flag allowing for the use of the Decimal type provided by the rust_decimal crate instead of the f64 type for prices to avoid some of the intricacies of using floating-point arithmetic.

StephanvanSchaik avatar Jul 29 '24 00:07 StephanvanSchaik