arteymix/numeric-glib

Usage with printf

jtrees opened this issue · 1 comments

I'm trying to debug some code but I can't figure out how to print the value of a decimal128 to the screen. Can it be used in a printf statement?

Use to_string() or %DDf format. It now works in the master branch.