~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
[plugin]
title=Math Functions
description= Math Functions
load_by_default=yes
sources= 
  functions.cc abs.cc acos.cc asin.cc atan.cc ceiling.cc cos.cc exp.cc floor.cc log.cc sin.cc ord.cc pow.cc ln.cc sqrt.cc
headers=
  functions.h abs.h acos.h asin.h atan.h ceiling.h cos.h exp.h floor.h log.h sin.h ord.h pow.h ln.h sqrt.h
static=yes