The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



lg


Unit:SDL_math1
Class:None
Declaration:function lg (x: double): double;

The function lg calculates the common logarithm of x. Both the argument and the result are of the type double.

Example: The statement write(lg(a)); displays the common logarithm of a.


Last Update: 2023-Feb-06