Skip to content

Иванова Алина. Задание "Double под микроскопом". 01.12#15

Open
ialina07 wants to merge 4 commits intomainfrom
hm12.2
Open

Иванова Алина. Задание "Double под микроскопом". 01.12#15
ialina07 wants to merge 4 commits intomainfrom
hm12.2

Conversation

@ialina07
Copy link
Owner

@ialina07 ialina07 commented Dec 1, 2025

No description provided.

Copy link
Collaborator

@p-senichenkov p-senichenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Где тесты, CMake и CI?

#include <stdio.h>
#include <string.h>

void testZero()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это не совсем тесты. Тесты должны работать автоматически.

// Денормализованные числа
if (exponent == 0) {
if (mantissa == 0) {
printf("%c0.0*2^0\n", sign ? '-' : '+');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Обычно пишут просто +0/-0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants