mentat/num_bigint/big_digit/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
446 B
JavaScript

initSidebarItems({"constant":[["BASE",""],["BITS",""],["ZERO_BIG_DIGIT",""]],"fn":[["from_doublebigdigit","Split one `DoubleBigDigit` into two `BigDigit`s."],["to_doublebigdigit","Join two `BigDigit`s into one `DoubleBigDigit`"]],"type":[["BigDigit","A `BigDigit` is a `BigUint`'s composing element."],["DoubleBigDigit","A `DoubleBigDigit` is the internal type used to do the computations. Its size is the double of the size of `BigDigit`."]]});