aboutsummaryrefslogtreecommitdiff
path: root/src/njs_math.h
blob: af74ae26093de2a0c69c05f32e238c3916afb932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) NGINX, Inc.
 */

#ifndef _NJS_MATH_H_INCLUDED_
#define _NJS_MATH_H_INCLUDED_


extern const njs_object_init_t  njs_math_object_init;


#endif /* _NJS_MATH_H_INCLUDED_ */