vb6parse 1.0.0

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! VB6 math functions.

pub mod abs;
pub mod atn;
pub mod cos;
pub mod exp;
pub mod fix;
pub mod int;
pub mod log;
pub mod rnd;
pub mod round;
pub mod sgn;
pub mod sin;
pub mod sqr;
pub mod tan;