Version | show version of Yacas |
Version() |
In> Version() Out> "1.0.48rev3"; In> LessThan(Version(), "1.0.47") Out> False; In> GreaterThan(Version(), "1.0.47") Out> True; |
The last two calls show that the LessThan and GreaterThan functions can be used for comparing version numbers. This method is only guaranteed, however, if the version is always expressed in the form d.d.dd as above.