Module yata::helpers[][src]

Expand description

Additional helping primitives

Structs

Random Candles iterator for testing purposes

Enums

Default moving average constructor

Default moving average instance for constructor

Functions

Checks for two ValueTypes equality Must be used only in tests

Checks for two ValueTypes inequality Must be used only in tests

sign is like f64::signum except when value == 0.0, then sign returns 0.0

signi is like f64::signum, except 2 things