|
|
|
|
|
by devjab
853 days ago
|
|
We use long double to present financial money amounts with a little safety on top of it before it’s consumed by whatever JavaScript (Typescript really) frontend it heads to. Works fine. Outside of the need for speed it’s one of the few areas we use c in our backend services. We don’t store the data in floats or anything resembling it, however. |
|