SD is now properly working.

This commit is contained in:
2025-07-31 02:26:58 +10:00
parent deb7106b3d
commit 0cf3ba9937
19 changed files with 147 additions and 20 deletions

View File

@@ -209,6 +209,10 @@ namespace SVM.Core.Data
{
return new CompactDouble(Value % R.Value);
}
public override string ToString()
{
return this.Value.ToString();
}
}
}