time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

package.json (1445B)


      1 {
      2   "name": "@stdlib/math/base/special/gamma-lanczos-sum",
      3   "version": "0.0.0",
      4   "description": "Calculate the Lanczos sum for the approximation of the gamma function.",
      5   "license": "Apache-2.0 AND BSL-1.0",
      6   "author": {
      7     "name": "The Stdlib Authors",
      8     "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
      9   },
     10   "contributors": [
     11     {
     12       "name": "The Stdlib Authors",
     13       "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
     14     }
     15   ],
     16   "main": "./lib",
     17   "directories": {
     18     "benchmark": "./benchmark",
     19     "doc": "./docs",
     20     "example": "./examples",
     21     "lib": "./lib",
     22     "scripts": "./scripts",
     23     "test": "./test"
     24   },
     25   "types": "./docs/types",
     26   "scripts": {},
     27   "homepage": "https://github.com/stdlib-js/stdlib",
     28   "repository": {
     29     "type": "git",
     30     "url": "git://github.com/stdlib-js/stdlib.git"
     31   },
     32   "bugs": {
     33     "url": "https://github.com/stdlib-js/stdlib/issues"
     34   },
     35   "dependencies": {},
     36   "devDependencies": {},
     37   "engines": {
     38     "node": ">=0.10.0",
     39     "npm": ">2.7.0"
     40   },
     41   "os": [
     42     "aix",
     43     "darwin",
     44     "freebsd",
     45     "linux",
     46     "macos",
     47     "openbsd",
     48     "sunos",
     49     "win32",
     50     "windows"
     51   ],
     52   "keywords": [
     53     "stdlib",
     54     "stdmath",
     55     "mathematics",
     56     "math",
     57     "special function",
     58     "special",
     59     "function",
     60     "gamma",
     61     "lanczos",
     62     "approx",
     63     "approximation",
     64     "polynomial",
     65     "rational",
     66     "factorial",
     67     "number"
     68   ]
     69 }