Question
How does Double data type truncates digits in the REST API?
Answer
In the REST API, Okera returns up to 16 digits of precision (digits before decimal point). If the precision exceeds 16 digits we switch to scientific notation. We will also return up to 10 digits after decimal point, as long as the precision is 16 or less. The number of digits after decimal point decreases as the precision digits increase.
More information about Okera data types can be found here.
Comments
0 comments
Please sign in to leave a comment.