cherry-rs 0.1.0

Tools for designing sequential optical systems
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy)]
pub struct Complex<T> {
    pub real: T,
    pub imag: T,
}