API reference
Exts.BaseExt — ModuleBaseExt
Types
Base.Bottom — TypeBottom <- Union{}
See Union{}.
Base.Fix1 — TypeFix1(f, x) -> Function
See Base.Fix1.
Base.Fix2 — TypeFix2(f, x) -> Function
See Base.Fix2.
Macros
Functions
Base.log10 — Methodlog10(x::T, σ::T) where T <: Real -> NTuple{2, AbstractFloat}
Compute the logarithm of x ± σ to base 10.
See also log10(x).