This chapter is concerned with the provision of mathematical constants required by other methods within the Library.
Syntax
C# |
---|
public static class X01 |
Visual Basic |
---|
Public NotInheritable Class X01 |
Visual C++ |
---|
public ref class X01 abstract sealed |
F# |
---|
[<AbstractClassAttribute>] [<SealedAttribute>] type X01 = class end |
Background to the Problems
Some Library methods require mathematical constants. These methods call X01 class and thus lessen the number of changes that have to be made between different implementations of the Library.
Recommendations on Choice and Use of Available Methods
Although these methods are primarily intended for use by other methods they may be accessed directly by you.
The parameter X of these methods is a dummy parameter.