num_
integer
0.1.46
In num_
integer::
roots
Macros
signed_roots
unsigned_roots
Traits
Roots
Functions
bits
cbrt
fixpoint
log2
nth_root
sqrt
num_integer
::
roots
Function
fixpoint
Copy item path
Settings
Help
Summary
Source
fn fixpoint<T, F>(x: T, f: F) -> T
where T:
Integer
+
Copy
, F:
Fn
(T) -> T,