From fcf77faf19dcb9d75b7842ec7138551bd73418cf Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sun, 24 Nov 2024 19:42:42 +0300 Subject: Added 101 prak --- vtek3/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vtek3/main.cpp') diff --git a/vtek3/main.cpp b/vtek3/main.cpp index 6984eff..5b86cca 100644 --- a/vtek3/main.cpp +++ b/vtek3/main.cpp @@ -41,9 +41,10 @@ RT err_MS8040(const std::vector &args) { // output: DI RT D_M830B(const std::vector &args) { RT val = args[0]; - if (val < 0.002) return 1e-6; - if (val < 0.020) return 1e-5; - if (val < 0.200) return 1e-4; + if (val < 0.0002) return 1e-6; + if (val < 0.002) return 1e-5; + if (val < 0.020) return 1e-4; + if (val < 0.200) return 1e-3; return 1e-3; } -- cgit v1.2.3-70-g09d2