Struct flint_sys::arith::trig_prod_struct
source · #[repr(C)]pub struct trig_prod_struct {
pub n: c_int,
pub prefactor: c_int,
pub sqrt_p: mp_limb_t,
pub sqrt_q: mp_limb_t,
pub cos_p: [mp_limb_signed_t; 64],
pub cos_q: [mp_limb_t; 64],
}Fields§
§n: c_int§prefactor: c_int§sqrt_p: mp_limb_t§sqrt_q: mp_limb_t§cos_p: [mp_limb_signed_t; 64]§cos_q: [mp_limb_t; 64]Trait Implementations§
source§impl Clone for trig_prod_struct
impl Clone for trig_prod_struct
source§fn clone(&self) -> trig_prod_struct
fn clone(&self) -> trig_prod_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more