Is-Prime Method

Description

The .is_prime() method returns true if the number is prime.

Sage Cell

Code

a = 117371
a.is_prime()

Options

None

Tags

Primary Tags: number theory

Secondary Tags: primes

Related Cells

Attribute

Permalink: http://abstract.ups.edu/aata/integers-sage.html

Author: R. Beezer

Date: 15 Jul 2017 08:30

Submitted by: Tom Judson

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License