- Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathquad.lua
More file actions
Latest commit
9 lines (8 loc) · 342 Bytes
/
Copy pathquad.lua
File metadata and controls
9 lines (8 loc) · 342 Bytes
1
2
3
4
5
6
7
8
9
--------------------------------------------------------------------------------
-- Numerical integration (quadrature) module.
--
-- Copyright (C) 2011-2016 Stefano Peluchetti. All rights reserved.
--------------------------------------------------------------------------------
return {
dblexp=require"sci.quad._dblexp".quad,
}