Implementation of the Lucas Strong Pseudo Prime test.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool LucasStrongTest()
Visual Basic
Public Function LucasStrongTest As Boolean
Visual C++
public:
bool LucasStrongTest()
F#
member LucasStrongTest : unit -> bool 

Return Value

Type: Boolean

See Also