Good day! Can you please tell me if there is a function that records integers in the format ..., 00, and at the same time in a numeric format, not a string one? (i.e. each number, integer or fractional, must have 2 digits after the decimal point)
Good day! Can you please tell me if there is a function that records integers in the format ..., 00, and at the same time in a numeric format, not a string one? (i.e. each number, integer or fractional, must have 2 digits after the decimal point)
Source: https://ru.stackoverflow.com/questions/163664/
All Articles