vb6parse 1.0.0

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="VB6Parse Library Reference - Math - Functions">
    <title>Math - Functions - VB6Parse Library Reference</title>
    <link rel="stylesheet" href="../../../assets/css/style.css">
    <link rel="stylesheet" href="../../../assets/css/docs-style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
    <script src="../../../assets/js/theme-switcher.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/vbnet.min.js"></script>
    <script>hljs.highlightAll();</script>
</head>
<body>
    <header class="docs-header">
        <div class="container">
            <h1><a href="../../../index.html">VB6Parse</a> / <a href="../../../library/index.html">Library</a> / Functions / Math</h1>
            <p class="tagline">VB6 Library Reference</p>
        </div>
    </header>

    <nav class="docs-nav">
        <div class="container">
            <a href="../../../index.html">Home</a>
            <a href="../../../library/index.html">Library Reference</a>
            <a href="../../../documentation.html">Documentation</a>
            <a href="https://docs.rs/vb6parse" target="_blank">API Docs</a>
            <a href="https://github.com/scriptandcompile/vb6parse" target="_blank">GitHub</a>
            <button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
                <span class="theme-icon">🌙</span>
            </button>
        </div>
    </nav>

    <main class="container">
        
        <section id="category-overview" style="margin-bottom: 2rem;">
            <h2>Math</h2>
            <p style="font-size: 1.1rem; margin: 1rem 0;">Math functions</p>
            <p style="color: var(--primary-color); font-weight: 600;">13 functions in this category</p>
        </section>

        <section id="items-list" style="margin-top: 2rem;">
            <div class="feature-grid">

                <a href="abs.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>abs</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Abs Function</p>
                </a>

                <a href="atn.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>atn</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Atn Function</p>
                </a>

                <a href="cos.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>cos</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Cos Function</p>
                </a>

                <a href="exp.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>exp</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Exp Function</p>
                </a>

                <a href="fix.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>fix</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Fix Function</p>
                </a>

                <a href="int.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>int</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Int Function</p>
                </a>

                <a href="log.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>log</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Log Function</p>
                </a>

                <a href="rnd.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>rnd</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Rnd Function</p>
                </a>

                <a href="round.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>round</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Round Function</p>
                </a>

                <a href="sgn.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>sgn</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Sgn Function</p>
                </a>

                <a href="sin.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>sin</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Sin Function</p>
                </a>

                <a href="sqr.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>sqr</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Sqr Function</p>
                </a>

                <a href="tan.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>tan</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 Tan Function</p>
                </a>

            </div>
        </section>

    </main>

    <footer>
        <div class="container">
            <p>&copy; 2024-2026 VB6Parse Contributors. Licensed under the MIT License.</p>
        </div>
    </footer>
</body>
</html>