blob: 94113acb63321de81dd375cbd403f6dd2560aab8 [file] [log] [blame]
caryclark@google.com9e49fb62012-08-27 14:11:33 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
caryclark@google.comfa0588f2012-04-26 21:01:06 +00007int findExtrema(double a, double b, double c, double d, double tValues[2]);
8int findExtrema(double a, double b, double c, double tValue[1]);