Skip to content
#

interval-arithmetic

Here are 49 public repositories matching this topic...

Ravenwater
Ravenwater commented Jan 1, 2021

in the Sterling approximation of factorial(n), we use an oracle based on the sw::universal::decimal type, which is an adaptive data type, to generate a reference value. However, the direct approximation of the factorial through a native floating point type yields different approximations.

factorial(40) calculated with double and decimal oracle rounded to double
815915283247897734345611269
question good first issue numerical investigation
piso
venaturum
venaturum commented Nov 2, 2021

Describe the solution you'd like

Add new top-level function into ndframe.py - piso.from_frame

It allows fast creation of interval arrays from vector data in dataframes

Additional context

sig:

def from_frame(frame, start, end, group=None, index=False)

  • frame is pandas.DataFrame
  • start, end, group all strings
  • index is boolean and indicate is IntervalIndex, or Interv
good first issue

Improve this page

Add a description, image, and links to the interval-arithmetic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interval-arithmetic topic, visit your repo's landing page and select "manage topics."

Learn more