# Integers Nodes

![](/files/04jrVloWZagnmjdbKY0U)

This subsection includes helper function nodes related to integers.

### Integer | Is Even Node

![](/files/vjEfBdMUaiNFVSmrEO1P)

This node checks if the given integer number is even.

#### Components Of Node

1\. **Value** – Input node to provide the integer number to be checked. You can directly input the number into the box.

2\. **Result** – Output node that returns true if the input integer is even; otherwise, it returns false.

### Integer | Is Odd Node

![](/files/HiuZB8F4rFJ1iRLZNcTO)

This node helps you to check the given integer number is odd or not.

#### Components of Node

1\. **Value** – Input node to provide the integer number to be checked for odd. You can directly input the number into the box.

2\. **Result** – Output node that returns true if the input integer is odd; otherwise, it returns false.

### Integer | Abs Node

![](/files/eQsHckZwqZUVY1AP6CmJ)

This node converts a number to its absolute form, meaning negative numbers are converted to positive, while positive numbers remain the same.

#### Components of Node

1\. **Value** – Input node providing the integer number to be converted to its absolute form. You can also directly input the value into the box.

2\. **Result** – Output node providing the positive number as output, regardless of whether the input number was negative or positive.

### Integer | IsNegative Node

![](/files/gpEBkvmVQXx4rP7AyEFd)

This node checks whether the provided number is negative or not.

#### Components Of Node

1\. **Value** – Input node providing the integer number to be checked. You can also directly input the number into the box.

2\. **Result** – Output node returning true if the provided number is negative; otherwise, it returns false.

If you have any ideas to make Blup better you can share them through our [Discord community channel](https://discord.com/channels/940632966093234176/965313562425823303)

## Music to go with.

{% embed url="<https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM?si=2c7f55bd3f944878>" %}
Lofi music
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blup.in/wiki/logics/helper-nodes/integers-nodes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
