Skip to content

decimal implementation of such as C # due to the C

Notifications You must be signed in to change notification settings

OhmPopy/c-decimal

 
 

Repository files navigation

c-decimal

C言語による10進数型の実装です。

IEEE754と異なり精度以上の数値になった場合はエラーとなります。

有効桁数、最大値、最小値等は下記のようになります。

有効桁数
36桁
表現範囲
1.0x10-36~999999999999999999999999999999999999x100
最大値
999999999999999999999999999999999999
最小値
-999999999999999999999999999999999999

About

decimal implementation of such as C # due to the C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.4%
  • Assembly 5.1%
  • Shell 1.5%