MPSQUARK / BAVCL

Hardware-accelerated Vector Compute Library for .NET Containing Quality of life improvements and functionality intended for data science, graphical processing and GPGPU.
Other
10 stars 2 forks source link

Fix Infinities from displaying as 8 in ToString() #13

Closed MPSQUARK closed 3 years ago

MPSQUARK commented 3 years ago

Currently any infinity value, will be displayed as 8, to avoid confusion with the number eight this will be changed to Inf. Likewise for negative infinity.

MPSQUARK commented 3 years ago

Fixed with new ToString method