Functions

 

Input Range

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Mod(x,y)

0<x,y

 

 

9.999999999x1012

Default result=x when y=0

 

Single-variable

x<1x10100

FREQ<1x10100

 

 

x<1x10100

Paired-variable

y<1x10100

 

FREQ<1x10100

ABS

x<1x10100

Pfact

x

 

9999999999 (positive integers)

 

 

 

 

 

 

 

 

Positive:

0~0111 1111 1111 1111 1111 1111 1111 1111

BIN

Negative: 1000 0000 0000 0000 0000 0000 0000 0000~

 

 

 

 

 

 

1111 1111 1111 1111 1111 1111 1111 1111

DEC

Positive:

0~2147483647

Negative: -2147483648~-1

 

OCT

Positive:

0~177 7777 7777

Negative: 200 0000 0000~377 7777 7777

 

HEX

Positive:

0~7FFF FFFF

Negative: 8000 0000~FFFF FFFF

 

(f(x),a, b) a and b are integers in the range of –1 • 10^10 < ab <1 • 10^10. ∏ (f(x),a, b) a and b are integers in the range of –1 • 10^10 < ab <1 • 10^10.

8