Skip to main content

apple_quant_algorithmic/instrument/spec/
floating_point.rs

1pub trait IsFloatingPoint {
2	const IS_FLOATING_POINT: bool;
3}