~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/math_functions/plugin.ini

Merge Stewart - more moving math functions to plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
description= Math Functions
4
4
load_by_default=yes
5
5
sources= 
6
 
  functions.cc abs.cc acos.cc asin.cc atan.cc cos.cc log.cc sin.cc pow.cc
 
6
  functions.cc abs.cc acos.cc asin.cc atan.cc cos.cc log.cc sin.cc pow.cc ln.cc sqrt.cc
7
7
headers=
8
 
  functions.h abs.h acos.h asin.h atan.h cos.h log.h sin.h pow.h
 
8
  functions.h abs.h acos.h asin.h atan.h cos.h log.h sin.h pow.h ln.h sqrt.h
9
9
static=yes