Pierre-André Gagnon
e07a9e4ee7
1747 add ns to duration ( #2128 )
...
* Added nanos to Duration
* Removed unwraps
* Added nanos to Duration
* Removed unwraps
* Fixed errors
* Removed unwraps
* Changed serialization to String
* Fixed Date and Duration comparison
2020-07-11 05:48:11 +12:00
bailey-layzer
7532618bdc
Add error for division by zero using "=" ( #2002 ) ( #2030 )
...
* error for division by zero with =
* cargo fmt
* add helper zero_division_error
* tests for zero division error
* fix test names (zero div error)
2020-06-22 08:50:43 +12:00
Andrés N. Robalino
b0c30098e4
Sort primitives explictly. ( #2016 )
...
* Sort primitives explictly.
* Write backing up test.
2020-06-19 23:34:36 -05:00
Joseph T Lyons
088901b24f
Rename average to avg
2020-06-19 18:59:00 -05:00
Joseph T. Lyons
bc9cc75c8a
Minor Math Sum Additions ( #2007 )
...
* Move sum tests into math directory
* Move sum documentation over to math documentation
One sum example already existed in the math examples and a few of the others were outdated and didn't work, so I only moved one over, and updated their output
* Remove no-longer-in-use mod statement
2020-06-20 06:00:18 +12:00
Andrés N. Robalino
5f9de80d9b
Math#media - ability to compute median value.
2020-06-18 16:59:43 -05:00