Skip to content

Release v2.16.1

Choose a tag to compare

@mkulesh mkulesh released this 20 Jan 11:36
· 471 commits to master since this release
d7f7c1d
  • Function log renamed to ln, rnd to random, signum to sign
  • Function hypot is removed. Instead of this build-in function, you can define a user function H(x,y) = sqrt(x^2 + y^2)
  • Added document metadata: author, title, and a short description
  • Fixed a bug observed for a plot of the function f(x)=1/x
  • Added Function Overview document. The functionality described in this document is also fully supported by SMath Studio. For more details, see Integration with SMath Studio document