3timeslazy
|
acf2f13dcb
|
Linter Cleanups (#294)
* 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 |
|
Tim Voronov
|
1af8b37a0f
|
New type system (#232)
* New type system
* Fixed dot notation for HTML elements
|
2019-02-13 12:31:18 -05:00 |
|
3timeslazy
|
6df08a60cb
|
Rewrite comments, closing #118
|
2018-10-14 13:06:27 -04:00 |
|
Tim Voronov
|
5f94b77a39
|
Feature/#7 numeric functions (#116)
* #7 Added ABS
* #7 Added ACOS
* #7 Added ASIN
* #7 Added ATAN
* #7 Added ATAN2
* #7 Added AVERAGE
* #7 Added CEIL
* #7 Added COS
* #7 Added DEGREES
* #7 Added EXP
* #7 Added EXP2
* #7 Added FLOOR
* #7 Added LOG
* #7 Added LOG2
* #7 Added LOG10
* #7 Added MAX
* #7 Added MEDIAN
* #7 Added MIN
* #7 Added PERCENTILE
* #7 Added PI
* #7 Added POW
* #7 Added RADIANS
* #7 Added RAND
* #7 Added RANGE
* #7 Added ROUND
* #7 Added SIN
* #7 Added SQRT
* #7 Added TAN
* #7 Added SUM
* #7 Added STDDEV_POPULATION
* #7 Added STDDEV_SAMPLE, VARIANCE_POPULATION, VARIANCE_SAMPLE
|
2018-10-13 21:07:28 -04:00 |
|