mathematics
Here are 5,141 public repositories matching this topic...
-
Updated
Jul 27, 2021 - JavaScript
-
Updated
Aug 3, 2021 - Java
bitmap/bit array
-
Updated
Jun 17, 2021
-
Updated
Jul 31, 2021 - C++
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Jun 17, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Aug 1, 2021 - TeX
-
Updated
Jul 31, 2021 - JavaScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Jul 28, 2021 - PHP
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Jul 23, 2021 - Handlebars
-
Updated
Jul 27, 2021 - Python
-
Updated
Jun 30, 2021
This migration is a great first issue for an enthusiastic open source contributor who wants to get started contributing to ROOT with a well-defined task!
Introduction
RooFit needs to be migrated to use range-based loops to iterate over RooArgLists and RooArg Sets. The [deprecated iterator-creating functions](https://github.com/root-project/root/blob/master/roofit/roofitcore/inc/RooAbs
-
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 {
// notThe 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 3, 2021 - Jupyter Notebook
-
Updated
Jul 19, 2021 - Python
-
Updated
Sep 1, 2018 - Jupyter Notebook
-
Updated
Aug 1, 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