ex_math 0.0.3
ex_math: ^0.0.3 copied to clipboard
Extended maths library.
0.0.1 #
- Initial version.
0.0.2 #
- Refactorings; now using classes and stuff
- new GEO class for some simple coordinate conversions
- merc to latlon
- latlon to merc
- some additions / changes on typedefs
- added sin/cos/tan functions specifically for drawing their curves
- introduced dbscan
- did an oopsie
- introduced softmax
- add haversine distance
- add elu/gelu
0.0.3 #
- introduced mean
- introduced variance
- introduced standard deviation
- introduced ROUGE-N
- parameterize radius in geo methods and haversine
- refac some doubles to num
- introduced covariance
- introduced pearson (sample)
- introduced sed