|
|
|
|
|
by dragonwriter
2022 days ago
|
|
> One thing I have heard about COBOL is that it has a built in, decimal fixed point type. Very few of the modern languages have an native type like this.. What modern language doesn’t have either fixed-point or arbitrary-precision decimals (or both) in either the core language or standard library? I mean, sure, C doesn’t (and I don’t think C++ does), but those aren’t particularly modern languages. |
|