System.Numerics Namespace (F#)

This topic describes the F# extensions to the System.Numerics namespace. For information about the .NET Framework System.Numerics namespace, see System.Numerics.

Namespace/Module Path: System.Numerics

Assembly: FSharp.Core (in FSharp.Core.dll)

namespace System.Numerics

Remarks

The APIs documented in this topic are provided for use only with the version of the F# Runtime that targets .NET Framework 2.0. If you are using .NET Framework 4, use the .NET Framework 4 version of these APIs, which are documented in System.Numerics.

Type Definitions

Type

Description

type BigInteger

The type of arbitrary-sized integers

See Also

Other Resources

F# Core Library Reference