Public API
This page lists exported symbols of CTBase.Core.
From CTBase.Core
CTBase.Core
CTBase.Core — Module
CoreFundamental types, constants, and utilities for CTBase.
This module contains the core building blocks used throughout the CTBase ecosystem, including type aliases and internal utilities.
ctNumber
CTBase.Core.ctNumber — Type
Type alias for a real number.
This constant is primarily meant as a short, semantic alias when writing APIs that accept real-valued quantities.
Example
julia> using CTBase
julia> CTBase.ctNumber === Real
true