Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FixedImpl

Fully qualified path: cubit::f64::types::fixed::FixedImpl

impl FixedImpl of FixedTrait;

Impl functions

ZERO

Fully qualified path: cubit::f64::types::fixed::FixedImpl::ZERO

fn ZERO() -> Fixed

ONE

Fully qualified path: cubit::f64::types::fixed::FixedImpl::ONE

fn ONE() -> Fixed

new

Fully qualified path: cubit::f64::types::fixed::FixedImpl::new

fn new(mag: u64, sign: bool) -> Fixed

new_unscaled

Fully qualified path: cubit::f64::types::fixed::FixedImpl::new_unscaled

fn new_unscaled(mag: u64, sign: bool) -> Fixed

from_felt

Fully qualified path: cubit::f64::types::fixed::FixedImpl::from_felt

fn from_felt(val: felt252) -> Fixed

from_unscaled_felt

Fully qualified path: cubit::f64::types::fixed::FixedImpl::from_unscaled_felt

fn from_unscaled_felt(val: felt252) -> Fixed

abs

Fully qualified path: cubit::f64::types::fixed::FixedImpl::abs

fn abs(self: Fixed) -> Fixed

acos

Fully qualified path: cubit::f64::types::fixed::FixedImpl::acos

fn acos(self: Fixed) -> Fixed

acos_fast

Fully qualified path: cubit::f64::types::fixed::FixedImpl::acos_fast

fn acos_fast(self: Fixed) -> Fixed

acosh

Fully qualified path: cubit::f64::types::fixed::FixedImpl::acosh

fn acosh(self: Fixed) -> Fixed

asin

Fully qualified path: cubit::f64::types::fixed::FixedImpl::asin

fn asin(self: Fixed) -> Fixed

asin_fast

Fully qualified path: cubit::f64::types::fixed::FixedImpl::asin_fast

fn asin_fast(self: Fixed) -> Fixed

asinh

Fully qualified path: cubit::f64::types::fixed::FixedImpl::asinh

fn asinh(self: Fixed) -> Fixed

atan

Fully qualified path: cubit::f64::types::fixed::FixedImpl::atan

fn atan(self: Fixed) -> Fixed

atan_fast

Fully qualified path: cubit::f64::types::fixed::FixedImpl::atan_fast

fn atan_fast(self: Fixed) -> Fixed

atanh

Fully qualified path: cubit::f64::types::fixed::FixedImpl::atanh

fn atanh(self: Fixed) -> Fixed

ceil

Fully qualified path: cubit::f64::types::fixed::FixedImpl::ceil

fn ceil(self: Fixed) -> Fixed

cos

Fully qualified path: cubit::f64::types::fixed::FixedImpl::cos

fn cos(self: Fixed) -> Fixed

cos_fast

Fully qualified path: cubit::f64::types::fixed::FixedImpl::cos_fast

fn cos_fast(self: Fixed) -> Fixed

cosh

Fully qualified path: cubit::f64::types::fixed::FixedImpl::cosh

fn cosh(self: Fixed) -> Fixed

floor

Fully qualified path: cubit::f64::types::fixed::FixedImpl::floor

fn floor(self: Fixed) -> Fixed

exp

Fully qualified path: cubit::f64::types::fixed::FixedImpl::exp

fn exp(self: Fixed) -> Fixed

exp2

Fully qualified path: cubit::f64::types::fixed::FixedImpl::exp2

fn exp2(self: Fixed) -> Fixed

ln

Fully qualified path: cubit::f64::types::fixed::FixedImpl::ln

fn ln(self: Fixed) -> Fixed

log2

Fully qualified path: cubit::f64::types::fixed::FixedImpl::log2

fn log2(self: Fixed) -> Fixed

log10

Fully qualified path: cubit::f64::types::fixed::FixedImpl::log10

fn log10(self: Fixed) -> Fixed

pow

Fully qualified path: cubit::f64::types::fixed::FixedImpl::pow

fn pow(self: Fixed, b: Fixed) -> Fixed

round

Fully qualified path: cubit::f64::types::fixed::FixedImpl::round

fn round(self: Fixed) -> Fixed

sin

Fully qualified path: cubit::f64::types::fixed::FixedImpl::sin

fn sin(self: Fixed) -> Fixed

sin_fast

Fully qualified path: cubit::f64::types::fixed::FixedImpl::sin_fast

fn sin_fast(self: Fixed) -> Fixed

sinh

Fully qualified path: cubit::f64::types::fixed::FixedImpl::sinh

fn sinh(self: Fixed) -> Fixed

sqrt

Fully qualified path: cubit::f64::types::fixed::FixedImpl::sqrt

fn sqrt(self: Fixed) -> Fixed

tan

Fully qualified path: cubit::f64::types::fixed::FixedImpl::tan

fn tan(self: Fixed) -> Fixed

tan_fast

Fully qualified path: cubit::f64::types::fixed::FixedImpl::tan_fast

fn tan_fast(self: Fixed) -> Fixed

tanh

Fully qualified path: cubit::f64::types::fixed::FixedImpl::tanh

fn tanh(self: Fixed) -> Fixed