Global Constants

Define some type aliases and string constants for the ZenCore package.

Source: global.jl

Contents

Index

Constants

ZenCore.R32Type
R32

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

See also: N32, N64.

ZenCore.R64Type
R64

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

See also: N32, N64.

ZenCore.N32Type
N32

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

See also: R32, R64.

ZenCore.N64Type
N64

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

See also: R32, R64.

Functions