Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs-Add missing math constants to documentation pages of numeric data types and math function module #860

Merged
merged 2 commits into from
Sep 30, 2024

Commits on Sep 18, 2024

  1. docs-Add missing math constants to numeric data types documentation…

    … page
    
    The documentation page for the numeric data types is missing the following two constants:
    `math::inf`
    `math::neg_inf`
    
    This commit adds the two missing constants.
    matthewjnield authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8a41433 View commit details
    Browse the repository at this point in the history
  2. docs-Add missing math constants to math function module documenta…

    …tion page
    
    The documentation page for the math` function module is missing the following constants:
    `math::frac_1_pi`
    `math::frac_1_sqrt_2`
    `math::frac_2_pi`
    `math::frac_2_sqrt_pi`
    `math::frac_pi_2`
    `math::frac_pi_3`
    `math::frac_pi_4`
    `math::frac_pi_6`
    `math::frac_pi_8`
    `math::ln_10`
    `math::ln_2`
    `math::log10_2`
    `math::log10_e`
    `math::log2_10`
    `math::log2_e`
    `math::sqrt_2`
    
    This commit adds the two missing constants.
    matthewjnield authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    aaf640c View commit details
    Browse the repository at this point in the history