Math

class Varwin.Math

Bases: object

Provides functions for working with numbers.

static IsPrime(number: int) bool

Returns true if the number is prime.

Example:

result = Varwin.Math.IsPrime(0)