mathematics
Here are 5,928 public repositories matching this topic...
-
Updated
May 1, 2022 - C++
-
Updated
Apr 28, 2022 - C
-
Updated
Apr 16, 2022 - Java
-
Updated
Feb 2, 2022
-
Updated
Apr 20, 2022 - C++
-
Updated
Apr 21, 2022 - Python
-
Updated
Apr 30, 2022 - TypeScript
-
Updated
Feb 6, 2020
-
Updated
Dec 10, 2021 - TeX
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
May 1, 2022 - JavaScript
-
Updated
Apr 17, 2022 - PHP
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Jan 8, 2022 - Handlebars
-
Updated
Apr 29, 2022 - Python
Current behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_SingleMu.root")
Error in <TFile::TFile>: file /eos/root-eos/benchmark/Run2012B_SingleMu.root does not exist
(TFile &) Name: /eos/root-eos/benchmark/Run2012B_SingleMu.root Title:
Desirable behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_Single
-
Updated
Apr 14, 2022
-
Updated
Mar 23, 2022 - Jupyter Notebook
-
Updated
Mar 22, 2022 - 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 {
// not
What is the feature or improvement you would like to see?
A function that computes the graph center, and the graph periphery. The graph center is the set of vertices that has minimal eccentricity. The periphery is the set with maximal eccentricity.
Use cases for the feature
This is a standard concept in graph theory.
**Implementatio
-
Updated
Apr 27, 2022 - Python
-
Updated
Apr 30, 2022 - Jupyter Notebook
-
Updated
Mar 12, 2022 - HTML
-
Updated
Apr 29, 2022 - 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."
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