On Wed, Feb 12, 2025 at 10:59:47PM +0300, Eugene Galkin via Gcc-help wrote: > I found janis187@xxxxxxxxxx address in the decimal.h header file. But that > address doesn't seem to work. Janis has been retired for over ten years. Her current email address as stated in MAINTAINERS still should work fine though. > 2. Is there currently any way to convert decimal<N> types to/from string? libdfp provides hooks for this. For calculation you typically write just plain C code like for any other type, like a = b + c; that kind of thing. Ans constants get the "dd" suffix. If you have more specific questions, please provide (compilable!) example code? Segher