Need to use scientifique calculator

How can i calculate this sentense with uipath activity :
97 - ( 2931099350192 Mod 97)

@Soudios

Create one integer variable named Value and use assign activity and pass the value as below.

       Value = 97 - ( 2931099350192 Mod 97)

in which calculator activity ?

@Soudios

Sorry I didn’t get you.

Just I used assign activity and used above expression and then used Message Box activity to print the Value variable. It prints 83 as output as mentioned above.

I am looking for a scientific calculator activity in uipath, the screen is just here to show you what i need