CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.93k stars 554 forks source link

Support System.Decimal #2257

Open quajak opened 2 years ago

quajak commented 2 years ago

Add support and tests for System.Decimal.

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

terminal-cs commented 2 years ago

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

quajak commented 2 years ago

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

zarlo commented 2 years ago

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