1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-21 01:21:34 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
John Bampton
568c48ea71
Fix typos () 2020-02-01 23:44:31 -05:00
3timeslazy
ad2ec2e817 build core.Functions with map 2019-10-15 21:06:48 +03:00
3timeslazy
83dc0d2811 make core.Functions a struct 2019-10-15 11:40:36 +03:00
Tim Voronov
22382a0f61
Added namespace builder ()
* Added namespace builder

* Fixed linting issues

* Added extra check

* Updated e2e lib

* Renamed NamespaceBuilder to NamespaceContainer and changed func receivers

* Renamed NewLib to RegisterLib
2019-07-22 17:21:20 -04:00
Tim Voronov
6933798419
Bugfix/#295 arithmetic operators ()
* Some work

* Updated Add operator

* Updated Subtract operator

* Updated Subtract operator tests

* Added tests for multiplication

* Added division

* Updated the rest of operators
2019-05-19 12:12:11 -04:00
3timeslazy
acf2f13dcb Linter Cleanups ()
* sync with MontFerret/ferret

* fix --param handling

When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.

* remove impossible conditions nil != nil

* delete ineffectual assignments

* replace '+= 1' with '++'

* remove useless comparison with nil

* merge variable declarations

* remove bool comparison

* fix imports

* fix imports

* delete unused file

* use copy instead of loop

* delete unused DummyInterface

* remove unnecassary break statements

* tidy modules
2019-05-03 17:10:34 -04:00
3timeslazy
de703513e4 Linter Cleanup ()
* linter cleanup

* fix default case
2019-03-29 10:48:51 -04:00
Tim Voronov
37fb385ba4
Updated RAND function ()
* Updated RAND function

* renamed a func
2019-03-19 16:17:05 -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