1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-19 21:28:32 +02:00

4 Commits

Author SHA1 Message Date
Tim Voronov
24d8eedd4c
Feature/doc markup ()
* Added release notes

*  fixedOCOD typo

* Updated values

* Updated comments

* Changed stdlib docs format

* Changed format of array in docs

* Use 'any' instead of 'value' in docs

* New format for optional params

* Updated docs for testing package

* Added namespace information
2020-08-07 21:49:29 -04:00
Tim Voronov
1af8b37a0f
New type system ()
* New type system

* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
3timeslazy
6df08a60cb Rewrite comments, closing 2018-10-14 13:06:27 -04:00
Tim Voronov
5f94b77a39
Feature/#7 numeric functions ()
*  Added ABS

*  Added ACOS

*  Added ASIN

*  Added ATAN

*  Added ATAN2

*  Added AVERAGE

*  Added CEIL

*  Added COS

*  Added DEGREES

*  Added EXP

*  Added EXP2

*  Added FLOOR

*  Added LOG

*  Added LOG2

*  Added LOG10

*  Added MAX

*  Added MEDIAN

*  Added MIN

*  Added PERCENTILE

*  Added PI

*  Added POW

*  Added RADIANS

*  Added RAND

*  Added RANGE

*  Added ROUND

*  Added SIN

*  Added SQRT

*  Added TAN

*  Added SUM

*  Added STDDEV_POPULATION

*  Added STDDEV_SAMPLE, VARIANCE_POPULATION, VARIANCE_SAMPLE
2018-10-13 21:07:28 -04:00