mk_get_version(3)           MathKeisan BLAS routine          mk_get_version(3)



NAME
       mk_get_version - Get MathKeisan version

SYNOPSIS
       Fortran
              integer mk_get_version

              i = mk_get_version()

       C
              int mk_get_version_(void);

              i = mk_get_version_();

DESCRIPTION
       Returns  MathKeisan  version  as  a decimal integer of the form VVRRPP,
       where VV = version number, RR = release number, and PP = patch  number.

       Verison  numbers  returned by this function increase monotonically with
       each release, and can be compared numerically to tell whether an appli-
       cation is being linked with a version less than, greater than, or equal
       to a reference release version.

NOTES
       If you have any problems with this routine, please contact us at:

              http://www.mathkeisan.com/





BLAS routine                     21 April 2004               mk_get_version(3)