1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 16:42:19 +01:00
redox-ssh/num_integer/sidebar-items.js

1 line
No EOL
631 B
JavaScript

initSidebarItems({"fn":[["binomial","Calculate the binomial coefficient."],["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."],["lcm","Calculates the Lowest Common Multiple (LCM) of the number and `other`."],["mod_floor","Floored integer modulus"],["multinomial","Calculate the multinomial coefficient."]],"struct":[["IterBinomial","An iterator over binomial coefficients."]],"trait":[["Integer",""]]});