Module BasicSL
Changes made in the current development cycle can be
found in the changelog.
Classes and global functions for standard library use
Synopsis
This module is a bag of related standard library classes and
global functions.
The following functionality is available:
- Forward declarations
Complexfwd
for complex numbers.
- Class
Complex
to offer single and double precision complex numbers.
- Class
IComplex
for integer complex numbers.
- Value
Constants
to offer mathematical and numerical constants.
- Class
RegexBase
to offer abstract interface to regular expressions for
String.
- Class
String
for handling character strings.
You may want to look at the individual header files
to see whether you might not prefer to include only the header
files you really need; it may be more efficient to do so.
- Complex NaN -- Complex NaN (full description)
- Complex comparisons -- Complex comparisons (full description)
- Complex_desc -- Single and double precision complex numbers (full description)
- Complexfwd -- Forward declaration complex classes (full description)
- DComplex NaN -- DComplex NaN (full description)
- DComplex comparisons -- DComplex comparisons (full description)
- Dummy_Constants_class -- Mathematical and numerical constants. (full description)
- IComplex -- Integer complex numbers. (full description)
- RegexBase -- Abstract interface class to regular expressions for String (full description)
- String -- String: the storage and methods of handling collections of characters. (full description)
- SubString -- SubString help class to be used in at, before, ... (full description)
- case -- Casing and related functions (full description)
- common -- Some general functions (full description)
- comparitor -- Global comparison operators (full description)
- concatenator -- Global concatenation operators (full description)
- erf -- Error function (full description)
- fmod -- fmod (full description)
- inverse -- Inverse trigonometry (full description)
- io -- IO (full description)
- math -- Additional complex mathematical functions (full description)
- maxmin -- Max and min, floor and ceil functions (full description)
- near -- The near functions (full description)
- split -- Splitting (full description)