Menu
flo-poly Logoflo-polyDocs
GitHub
🌜
🌞
flo-poly Logoflo-poly
  • Docs
  • GitHub
  • Introduction
    • README
  • Index
    • basic
      • to-cas-str
      • bigint
        • b-abs-coeff
        • b-add
        • b-degree
        • b-divide-by-const
        • b-equal
        • b-invert
        • b-is-rational-multiple-of
        • b-multiply
        • b-multiply-by-const
        • b-negate
        • b-remove-leading-zeros
        • b-subtract
      • double
        • abs-coeff
        • add
        • degree
        • divide-by-const
        • equal
        • invert
        • is-rational-multiple-of
        • multiply
        • multiply-by-const
        • negate
        • remove-leading-zeros
        • subtract
      • expansion
        • e-abs-coeff
        • e-add
        • e-degree
        • e-equal
        • e-invert
        • e-is-const-or-zero
        • e-is-rational-multiple-of
        • e-is-unit
        • e-multiply
        • e-multiply-by-const
        • e-negate
        • e-product
        • e-subtract
    • calculus
      • bigint
        • b-differentiate
      • double-double
        • dd-differentiate
        • dd-differentiate-with-err
      • double
        • differentiate
      • expansion
        • e-differentiate
    • change-variables
      • bigint
        • b-change-variables-linear
        • b-change-variables-scale
        • b-change-variables-translate-x
        • b-reflect-about-y-axis
      • double
        • change-variables-linear
        • change-variables-scale
        • change-variables-translate-x
        • reflect-about-y-axis
      • expansion
        • e-change-variables-linear
        • e-change-variables-scale
        • e-change-variables-translate-x
        • e-reflect-about-y-axis
    • error-analysis
      • condition-number
      • gamma
    • euclidean-division-related
      • bigint
        • b-pdiv-trivial
        • b-prem-sequence-primitive
        • b-prem-sequence-subresultant
        • b-prem-sequence-trivial
        • b-sturm-chain
      • double
        • prem-sequence-subresultant
        • sturm-chain
      • expansion
        • e-pdiv-trivial
        • e-prem-sequence-primitive
        • e-prem-sequence-subresultant
        • e-sturm-chain
    • evaluate
      • bigint
        • b-evaluate-at-0
        • b-evaluate-at-1
        • b-horner
      • double
        • abs-horner
        • comp-horner
        • comp-horner-is-faithful
        • comp-horner-k
        • comp-horner-with-running-error
        • eft-horner
        • eval-certified
        • eval-certified-incl-error
        • eval-k
        • evaluate-at-0
        • evaluate-at-1
        • horner
        • horner-with-running-error
      • expansion
        • e-e-horner
        • e-evaluate-at-0
        • e-evaluate-at-1
        • e-horner
    • factor
      • bigint
        • b-content
        • b-primitive-part
      • double
        • content
        • primitive-part
      • expansion
        • e-content
        • e-primitive-part
    • gcd
      • bigint
        • b-gcd-prs
        • b-integer-gcd
      • double
        • integer-gcd
      • expansion
        • e-integer-gcd
    • norm
      • bigint
        • b-p-1-norm
        • b-p-2-norm-squared
        • b-p-inf-norm
      • double
        • p-1-norm
        • p-2-norm
        • p-inf-norm
      • expansion
        • e-p-1-norm
        • e-p-2-norm
        • e-p-inf-norm
    • predictive-random
      • bigint
        • b-random
      • double
        • random
    • roots
      • certified
        • all-roots-certified
        • all-roots-certified-simplified
        • refine-k1
        • root-interval
        • root-interval-exp
        • root-interval-to-exp
      • descartes
        • bigint
          • b-num-roots
          • b-num-roots-0-1
          • b-num-roots-in-range
          • b-sign-changes
        • double
          • num-roots
          • num-roots-in-0-1
          • num-roots-in-range
          • sign-changes
        • expansion
          • e-num-roots
          • e-num-roots-0-1
          • e-num-roots-in-range
          • e-sign-changes
      • from-roots
        • bigint
          • b-from-roots
        • double
          • from-roots
        • expansion
          • e-from-roots
      • naive
        • all-roots
        • bisection
        • brent
        • brent-poly
        • dd-deflate
        • deflate
        • quadratic-roots
      • root-bounds
        • root-bounds-lmq
        • root-magnitude-upper-bound-fujiwara
        • root-magnitude-upper-bound-rouche
    • scale-to-int
      • scale-float-to-bigint
      • scale-float-to-int
      • scale-floats-to-bigints
      • scale-floats-to-ints
      • scale-floatss-to-bigintss
      • scale-floatss-to-intss

root-interval-to-exp

▸ function rootIntervalToExp (ri: RootInterval): RootIntervalExp

Defined in roots/certified/root-interval-to-exp.ts:13

Returns the result of converting a double precision root interval to a double-double precision one

Parameters:#

NameTypeDescription
riRootIntervala root interval

Returns: RootIntervalExp

Previous
« root-interval-exp
Next
b-num-roots »

Quick Links

  • Docs
  • GitHub
Copyright © 2021 - Built with Docusaurus.