version¶

current version¶

Calling sequence:¶

$\operatorname{version}()$

Parameters:¶

  • no parameter

Description:¶

  • $\operatorname{version}()$ provides the user with the current version of dcfun.

Example:¶

In [1]:
libname := libname, FileTools:-JoinPath(["maple","lib","dcfun.mla"],base=homedir):
In [2]:
 with(dcfun):
Out[2]:
In [3]:
 version();
Out[3]:

$$"0.0.0"$$