mightymandel
v16
GPU-based Mandelbrot set explorer
parse_ppar_center.h
Go to the documentation of this file.
1
// mightymandel -- GPU-based Mandelbrot Set explorer
2
// Copyright (C) 2012,2013,2014,2015 Claude Heiland-Allen
3
// License GPL3+ http://www.gnu.org/licenses/gpl.html
4
5
#ifndef PARSE_PPAR_CENTER_H
6
#define PARSE_PPAR_CENTER_H 1
7
8
#include <stdbool.h>
9
#include <mpfr.h>
10
18
bool
parse_ppar_center
(
const
char
*source,
int
length, mpfr_t cx, mpfr_t cy, mpfr_t cz);
19
20
#endif
src
parse_ppar_center.h
Generated on Mon Jan 19 2015 16:18:12 for mightymandel by
1.8.1.2