File: pi_est.h

package info (click to toggle)
node-nan 2.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,192 kB
  • sloc: cpp: 8,115; ansic: 1,604; javascript: 1,588; makefile: 134; sh: 34
file content (14 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*********************************************************************
 * NAN - Native Abstractions for Node.js
 *
 * Copyright (c) 2018 NAN contributors
 *
 * MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md>
 ********************************************************************/

#ifndef EXAMPLES_ASYNC_PI_ESTIMATE_PI_EST_H_
#define EXAMPLES_ASYNC_PI_ESTIMATE_PI_EST_H_

double Estimate(int points);

#endif  // EXAMPLES_ASYNC_PI_ESTIMATE_PI_EST_H_