apple-quant-algorithmic 0.3.0

Apple Quant's algorithmic library.
1
2
3
pub trait IsFloatingPoint {
	const IS_FLOATING_POINT: bool;
}