/ concept-collection / barycentric-rational
Sign in
concept-collection / barycentric-rational
barycentric-rational / src / main.tsx
10 lines · 230 BCodeBlameHistory
5392320Interactive illustration of Floater-Hormann barycentric rational interpolationJeremy Magland 1import { StrictMode } from 'react'
2import { createRoot } from 'react-dom/client'
3import App from './App.tsx'
4import './index.css'
6createRoot(document.getElementById('root')!).render(
7 <StrictMode>
8 <App />
9 </StrictMode>,
moveopenescclose