Steven Hartland
026a1d9a9c
chore: lint and naming refactor ( #475 )
...
Enable more linters, address the issues and do a major naming refactor
to use golang lower camelCase identifiers for types, functions, methods
and variable names.
Also:
* Clean up inline generation so it doesn't rely on temporary variables.
* Remove unused functions generated by inline.pl.
2022-12-04 21:49:38 +00:00
Robert Krimen
470b8c3b73
terst
...
* Update to latest github.com/robertkrimen/terst
* Clean up testing
2014-04-25 22:48:25 -07:00
Robert Krimen
9561f66959
Tighten test comparisons instead of squashing everything to a string
2014-04-13 18:09:46 -07:00
Robert Krimen
302b2f0cbf
Fix Math.pow(-1, +Infinity) => NaN
2014-01-25 10:52:23 -08:00
Robert Krimen
b078bacaf7
Set the prototype of Math to the global object prototype
2013-05-02 20:23:07 +02:00
Robert Krimen
9beae809c9
Fix Math.atan() test
2013-04-15 10:26:30 -07:00
Robert Krimen
9184233705
Bundle terst dependency (github.com/robertkrimen/terst)
2013-04-15 10:20:34 -07:00
Robert Krimen
896c393235
Add Math.abs
2013-03-17 22:17:21 -07:00
Robert Krimen
252e132594
Add Math.round
2013-02-27 15:50:52 -08:00
Robert Krimen
5baaa111e1
Add Math.sqrt
2013-02-27 15:33:00 -08:00
Robert Krimen
ea55b5b655
Add Math.tan
2013-02-27 15:11:48 -08:00
Robert Krimen
d24dc0eba3
Add Math.sin
2013-02-27 15:08:53 -08:00
Robert Krimen
fdcc597591
Add Math.log
2013-02-27 15:03:24 -08:00
Robert Krimen
614b345e7a
Add Math.cos
2013-02-23 13:57:39 -08:00
Robert Krimen
7cf2fbb996
Add Math.atan2
2013-02-22 20:25:52 -08:00
Robert Krimen
738d76671b
Add Math.atan
2013-02-22 20:07:45 -08:00
Robert Krimen
0b44f24f33
Add Math.asin
2013-02-22 20:04:47 -08:00
Robert Krimen
db71564bb4
Add Math.acos
2013-02-22 20:01:43 -08:00
Robert Krimen
b364451afe
Fix and tests for Math.pow
2013-02-22 19:57:48 -08:00
Robert Krimen
4dc7948e1c
Streamline Math.ceil
2013-02-22 19:39:40 -08:00
Robert Krimen
47659bc0b3
Streamline Math.floor
2013-02-22 19:38:04 -08:00
Robert Krimen
44f53fe29a
Add Math.exp
2013-02-22 19:36:11 -08:00
Robert Krimen
a24b29ebfe
Fix toString(-0)
2013-02-21 19:02:29 -08:00
Robert Krimen
809a0a0ba6
Split tests out of one big massive file
2013-02-05 08:56:08 -08:00