Tags
feature
07 Jun 2024 01:34 AM
Decimal Places in AI
"Decimal" datatype
It is possible to have more than just 2 decimal places. For example, when analyzing forex pairs like EURUSD, two decimal places are insufficient since the price could be 1.08654.
Conduit offers the "Decimal" datatype, which supports up to 28 decimal places.
Workaround for Copilot
You can instruct the AI to format the number as a string instead of a numeric value.