docs-Add missing math
constants to documentation pages of numeric data types and math
function module
#860
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #832.
Commit 1:
docs-Add missing
math
constants to numeric data types documentation pageThe 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.
Commit 2:
docs-Add missing
math
constants tomath
function module documentation pageThe documentation page for the math
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`
function module is missing the following constants:
math::frac_1_piThis commit adds the missing constants.