| ... | @@ -935,9 +935,6 @@ pub const Mutable = struct { | ... | @@ -935,9 +935,6 @@ pub const Mutable = struct { |
| 935 | /// The upper bound for r limb count is `b.limbs.len`. | 935 | /// The upper bound for r limb count is `b.limbs.len`. |
| 936 | /// The upper bound for q limb count is given by `a.limbs`. | 936 | /// The upper bound for q limb count is given by `a.limbs`. |
| 937 | /// | 937 | /// |
| 938 | /// If `allocator` is provided, it will be used for temporary storage to improve | | |
| 939 | /// multiplication performance. `error.OutOfMemory` is handled with a fallback algorithm. | | |
| 940 | /// | | |
| 941 | /// `limbs_buffer` is used for temporary storage. The amount required is given by `calcDivLimbsBufferLen`. | 938 | /// `limbs_buffer` is used for temporary storage. The amount required is given by `calcDivLimbsBufferLen`. |
| 942 | pub fn divFloor( | 939 | pub fn divFloor( |
| 943 | q: *Mutable, | 940 | q: *Mutable, |
| ... | @@ -1065,9 +1062,6 @@ pub const Mutable = struct { | ... | @@ -1065,9 +1062,6 @@ pub const Mutable = struct { |
| 1065 | /// The upper bound for r limb count is `b.limbs.len`. | 1062 | /// The upper bound for r limb count is `b.limbs.len`. |
| 1066 | /// The upper bound for q limb count is given by `a.limbs.len`. | 1063 | /// The upper bound for q limb count is given by `a.limbs.len`. |
| 1067 | /// | 1064 | /// |
| 1068 | /// If `allocator` is provided, it will be used for temporary storage to improve | | |
| 1069 | /// multiplication performance. `error.OutOfMemory` is handled with a fallback algorithm. | | |
| 1070 | /// | | |
| 1071 | /// `limbs_buffer` is used for temporary storage. The amount required is given by `calcDivLimbsBufferLen`. | 1065 | /// `limbs_buffer` is used for temporary storage. The amount required is given by `calcDivLimbsBufferLen`. |
| 1072 | pub fn divTrunc( | 1066 | pub fn divTrunc( |
| 1073 | q: *Mutable, | 1067 | q: *Mutable, |