Global constants

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

Source: global.jl

Contents

Index

Constants

ZenCore.N32Type
N32

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

See also: R32, R64.

source
ZenCore.N64Type
N64

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

See also: R32, R64.

source

Functions