Add doctest for maths/primelib (#10978)

This commit is contained in:
Tiela Rose Black-Law 2023-10-26 05:52:47 -07:00 committed by GitHub
parent 8adbf47c75
commit 34b25c0c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,6 +454,8 @@ def kg_v(number1, number2):
40
>>> kg_v(824,67)
55208
>>> kg_v(1, 10)
10
>>> kg_v(0)
Traceback (most recent call last):
...