/* * MathPlanner 3.0 - Mathematical design tool. * Copyright(C) 2002 Jarmo Nikkanen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation. * * You should have received a copy of the GNU General Public License with this program. * */ void draw_complex_angle(QRect in,QPainter *paint,int st); void complex_angle_size(QRect in,QRect *size); void square_root_size(QRect in,int *,int *,int *,int *,int *,int *); void draw_square_root(QRect in,QPainter *paint,int st);