mathematics
Here are 5,174 public repositories matching this topic...
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Aug 3, 2021 - Java
bitmap/bit array
-
Updated
Jun 17, 2021
-
Updated
Aug 7, 2021 - C++
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Aug 6, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Aug 1, 2021 - TeX
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jul 28, 2021 - PHP
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Jul 23, 2021 - Handlebars
-
Updated
Aug 8, 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
Jul 21, 2021 - Java
-
Updated
Jul 22, 2021
-
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 {
// not
The igraph tutorial (here online, source file here) should be reviewed:
- Is it up to date?
- Is it understandable by a newcomer?
- Are essential points unexplained or missing?
Ideally, this should be done by someone who is new to using igraph, to get a fresh perspective. Th
-
Updated
Aug 10, 2021 - Jupyter Notebook
-
Updated
Aug 4, 2021 - Python
-
Updated
Sep 1, 2018 - Jupyter Notebook
-
Updated
Aug 10, 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."
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist