Annotation of parser3/src/types/pa_vmath.C, revision 1.5

1.2       paf         1: /**    @file
                      2:        Parser: @b math class.
                      3: 
                      4:        Copyright(c) 2001-2003 ArtLebedev Group(http://www.artlebedev.com)
                      5:        Author: Alexandr Petrosian <paf@design.ru>(http://paf.design.ru)
                      6: */
                      7: 
1.5     ! paf         8: static const char * const IDENT_VMATH_C="$Date: 2003/11/20 16:34:30 $";
1.2       paf         9: 
                     10: #include "pa_vmath.h"
                     11: #include "pa_vdouble.h"
                     12: 
                     13: // externs
                     14: 
                     15: extern Methoded* math_base_class;
                     16: 
                     17: // methods
                     18: 
                     19: VMath::VMath(): VStateless_class(0, math_base_class) {
1.5     ! paf        20:        fconsts.put("PI", new VDouble(PI));
1.2       paf        21: }

E-mail: