Skip to content

Checked Arithmetic Node

Math/Int/Overflow

Arithmetic that reports overflow and division by zero instead of failing

int_checked_opstd
Inputs3
Outputs2
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

3

Integer 1

Integer
integer1

Left hand side

Integer 2

Integer
integer2

Right hand side

Operation

String
operation

Arithmetic operation to apply

Default Add
AddSubtractMultiplyDivide

Output Pins

2

Result

Integer
result

Arithmetic that reports overflow and division by zero instead of failing

Success

Boolean
success

False on overflow or division by zero

Node Info

Internal name
int_checked_op
Category
Math/Int/Overflow