mathematics
Here are 5,336 public repositories matching this topic...
We have now successfully added guidelines for importing and using algorithms in this repository, inside other algorithms. This has been done to reduce code repetition and uphold code quality. Some functions do implement their own versions of data structures and helper functions, as previously, algorithms were supposed to be completely self contained. This issue initiates a search and fix so that a
Star Patterns
-
Updated
Oct 2, 2021 - Java
bitmap/bit array
-
Updated
Sep 16, 2021
-
Updated
Oct 12, 2021 - C++
-
Updated
Oct 13, 2021 - TypeScript
-
Updated
Aug 23, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Oct 14, 2021 - TeX
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 13, 2021 - PHP
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Handlebars
-
Updated
Oct 11, 2021 - Python
-
Updated
Jun 30, 2021
- The rf204_extrangefit.py should be translated also to C++
- The rf204b_extendedLikelihood_rangedFit.C tutorial should also be translated to C++
- The [rf204b_extendedLikelihood_rangedFit.C](https://root.cern.ch/doc/master/rf204b__extendedLikelihood_
-
Updated
Aug 3, 2021 - Jupyter Notebook
-
Updated
Oct 1, 2021
-
Updated
Sep 8, 2021 - Java
-
Updated
Apr 7, 2021 - JavaScript
IEEE 754 recommends (but does not require) a compound function, which is in the process of being standardized for C and C++; we should expose it in swift-numerics. The simplest, most literal translation of the operation into Swift would be:
extension RealFunctions {
/// (1+x)ⁿ
///
/// Returns NaN if x < -1.
static func compound(_ x: Self, _ n: Int) -> Self {
// notWhat is the feature or improvement you would like to see?
The installation part in the documentation should be extended with a listing of the most common CMake options.
Use cases for the feature
E.g., turning off IGRAPH_WARNINGS_AS_ERRORS is particularly useful for downstream projects that compile igraph as part of their toolchain if the toolchain itself throws warnings that we
-
Updated
Oct 14, 2021 - Jupyter Notebook
-
Updated
Oct 11, 2021 - Python
-
Updated
Oct 15, 2021 - Python
Improve this page
Add a description, image, and links to the mathematics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mathematics topic, visit your repo's landing page and select "manage topics."


Description of Change
Checklist