Functionsยง
- abs
- Returns the absolute value of the given number.
- eight_
four_ sum - eight_
one_ sum - eight_
two_ sum - expansion_
sum - Sums two expansions.
- expansion_
sum_ zeroelim1 - Sums two expansions, eliminating zero components from the output expansion.
- expansion_
sum_ zeroelim2 - Sums two expansions, eliminating zero components from the output expansion.
- fast_
expansion_ sum_ zeroelim - Sums two expansions, eliminating zero components from the output expansion.
- fast_
two_ diff - fast_
two_ diff_ tail - fast_
two_ sum - fast_
two_ sum_ tail - four_
four_ sum - four_
one_ product - four_
one_ sum - four_
two_ sum - grow_
expansion - Adds a scalar to an expansion.
- grow_
expansion_ zeroelim - Adds a scalar to an expansion, eliminating zero components from the output expansion.
- incircle
- Adaptive exact 2D incircle test. Robust.
- incircle_
exact - incircle_
fast - Approximate 2D incircle test. Non-robust version of
incircle
. - incircle_
slow - incircleadapt
- insphere
- Adaptive exact 3D insphere test. Robust.
- insphere_
exact - insphere_
fast - Approximate 3D insphere test. Non-robust version of
insphere
. - insphere_
slow - insphereadapt
- orient2d
- Adaptive exact 2D orientation test. Robust.
- orient2d_
exact - orient2d_
fast - Approximate 2D orientation test. Non-robust version of
orient2d
. - orient2d_
slow - orient2dadapt
- orient3d
- Adaptive exact 3D orientation test. Robust.
- orient3d_
exact - orient3d_
fast - Approximate 3D orientation test. Non-robust version of
orient3d
. - orient3d_
slow - orient3dadapt
- scale_
expansion_ zeroelim - Multiply an expansion by a scalar, eliminating zero components from the output expansion.
- split
- square
- Squaring can be done more quickly than
two_product
. - square_
tail - two_
diff - two_
diff_ tail - two_
one_ diff - two_
one_ product - two_
one_ sum - two_
product - two_
product_ 2presplit - Same as
two_product
where both of the inputs have already been split. - two_
product_ presplit - Same as
two_product
where one of the inputs has already been split. - two_
product_ tail - two_
square - two_sum
- two_
sum_ tail - two_
two_ diff - two_
two_ product - two_
two_ sum