Struct rink::eval::Value [] [src]

pub struct Value(_, _);

Methods

impl Value
[src]

fn new(num: f64) -> Value

fn new_unit(num: f64, unit: Dim) -> Value

fn invert(&self) -> Value

fn mul(&self, other: &Value) -> Value

fn pow(&self, exp: i32) -> Value

fn root(&self, exp: i32) -> Option<Value>

Trait Implementations

impl Clone for Value
[src]

fn clone(&self) -> Value

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more