decimal type in d

Steven Schveighoffer schveiguy at gmail.com
Mon May 16 16:41:33 UTC 2022


On 5/15/22 9:26 AM, vit wrote:
> Hello, I want read decimal type from sql db, do some arithmetic 
> operations inside D program and write it back to DB. Result need to be 
> close to result as if this operations was performed in sql DB. Something 
> like C# decimal.
> Exists this kind of library ind D? (ideally `pure @safe @nogc nothrow`).

https://code.dlang.org/search?q=decimal

-Steve


More information about the Digitalmars-d-learn mailing list