Modulus on large numbers (more than 2147483647). - KNIME

Description

How to calculate the rest of division on very large number in KNIME? . Indeed, inside the “Math Formula” node, the mod(x,y) or x%y function is limited to " 2147483647". To avoid this limitation it’s possible to use the folowing process like (in VBA) Function RestePar97(Nbre As String) As Integer Dim i As Integer RestePar97 = 0 For i = 0 To Len(Nbre) - 1 RestePar97 = (RestePar97 * 10 + CInt(Mid(Nbre, i + 1, 1))) Mod 97 Next i End Function How can I transpose this function in KNIM

Hans-Jörg Schulz - Associate Professor - Department of Computer Science, Aarhus University

Modulus on large numbers (more than 2147483647). - KNIME Analytics Platform - KNIME Community Forum

matching two column by numbers, Column expression or Rule Engine - KNIME Analytics Platform - KNIME Community Forum

KB426325: Data incorrectly display as '-2147483647' when imported from Excel in Web

Jon Fuller – Director, Team Leader Data Products – Idorsia Pharmaceuticals Ltd

Rosaria Silipo on LinkedIn: What's New in KNIME Analytics Platform

Manipulation of numbers - KNIME Analytics Platform - KNIME Community Forum

Column sequence number as a multiplier for column value - KNIME Analytics Platform - KNIME Community Forum

High-Precision Calculation Using KNIME, by David Plummer, Low Code for Data Science

$ 20.99USD
Score 4.7(748)
In stock
Continue to book