Constants

Define some type aliases and string constants for the ACFlow toolkit.

Contents

Index

Numerical Types

ACFlow.APIType
API

Alias of Integer type (Arbitrary Precision Integer).

See also: APF, APC.

ACFlow.APFType
APF

Alias of Float type (Arbitrary Precision Float).

See also: API, APC.

ACFlow.APCType
APC

Alias of Complex type (Arbitrary Precision Complex).

See also: API, APF.

ACFlow.R32Type
R32

Alias of Integer and Float types (32 bit). Here R means Real.

See also: N32, N64, APN.

ACFlow.R64Type
R64

Alias of Integer and Float types (64 bit). Here R means Real.

See also: N32, N64, APN.

ACFlow.APRType
APR

Alias of Integer and Float types (Arbitrary Precision). Here R means Real.

See also: N32, N64, APN.

ACFlow.N32Type
N32

Alias of Integer, Float, and Complex types (32 bit). Here N means Number.

See also: R32, R64, APR.

ACFlow.N64Type
N64

Alias of Integer, Float, and Complex types (64 bit). Here N means Number.

See also: R32, R64, APR.

ACFlow.APNType
APN

Alias of Integer, Float, and Complex types (Arbitrary Precision). Here N means Number.

See also: R32, R64, APR.

String Constants

Utilities