Skip to content

Releases: pedroesli/Plato

Release 1.2

29 Apr 13:15
Compare
Choose a tag to compare
  • Improved documentation
  • Plato now runs asynchronously
  • Double is the new default value type for decimal numbers
  • Fixed some bugs

Release 1.1

19 Mar 20:24
Compare
Choose a tag to compare
  • Improved documentation

  • Created random function:

  • random(1, 5)

  • Created some math functions:

    1. Exponential function: exp (base-e exponential of x)
    2. Logarithmic functions: log , log2, log10
    3. Trigonometric functions: cossintan
    4. Inverse trigonometric functions: acosasinatan
    5. Hyperbolic functions: coshsinhtanh
    6. Inverse hyperbolic functions: acoshasinhatanh
    7. Power and root functions: powsqrt
    8. Gamma functions: gammalogGamma

First Release 1.0

29 Feb 14:48
Compare
Choose a tag to compare

The first version of Plato