This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/num_integer/sidebar-items.js

1 line
1.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"fn":[["average_ceil","Returns the ceiling value of the average of `x` and `y` see Average::average_ceil."],["average_floor","Returns the floor value of the average of `x` and `y` see Average::average_floor."],["binomial","Calculate the binomial coefficient."],["cbrt","Returns the truncated principal cube root of an integer see Roots::cbrt."],["div_ceil","Ceiled integer division"],["div_floor","Floored integer division"],["div_mod_floor","Simultaneous floored integer division and modulus"],["div_rem","Simultaneous integer division and modulus"],["gcd","Calculates the Greatest Common Divisor (GCD) of the number and `other`. The result is always positive."],["gcd_lcm","Calculates the Greatest Common Divisor (GCD) and Lowest Common Multiple (LCM) of the number and `other`."],["lcm","Calculates the Lowest Common Multiple (LCM) of the number and `other`."],["mod_floor","Floored integer modulus"],["multinomial","Calculate the multinomial coefficient."],["nth_root","Returns the truncated principal `n`th root of an integer see Roots::nth_root."],["sqrt","Returns the truncated principal square root of an integer see Roots::sqrt."]],"struct":[["ExtendedGcd","Greatest common divisor and Bézout coefficients"],["IterBinomial","An iterator over binomial coefficients."]],"trait":[["Average","Provides methods to compute the average of two integers, without overflows."],["Integer",""],["Roots","Provides methods to compute an integers square root, cube root, and arbitrary `n`th root."]]});