Cosmos icon indicating copy to clipboard operation
Cosmos copied to clipboard

Support System.Decimal

Open quajak opened this issue 2 years ago • 3 comments

Add support and tests for System.Decimal.

First check what .net 6 gives us out of the box.

quajak avatar May 29 '22 17:05 quajak

Is it not supported like any other types? float and double is supported, why not this?

terminal-cs avatar Sep 29 '22 20:09 terminal-cs

I don't think Cosmos has supported for decimal yet. It requires additions to IL2CPU IIRC.

quajak avatar Sep 29 '22 22:09 quajak

we could do it in c# but it would likely be slower

zarlo avatar Sep 30 '22 02:09 zarlo