Skip to content
#

math

Here are 4,269 public repositories matching this topic...

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Jan 30, 2021
  • PHP
markor
gsantner
gsantner commented Feb 16, 2021

General information

  • App version: 2.5

Description

Combined issue for improving mouse/cursor position handling at editor.

Replaces:

  • #1238
  • #1237
  • #1149
  • #1004

Current thoughts:

  • On Main page with the 4 tabs - always start on bottom. Not affected by any settings. Especially important to see the hot "ShareInto" stuff immediately after appeneded.
  • Remem
manim
Darylgolden
Darylgolden commented Feb 19, 2021

Description of bug / unexpected behavior

Source links on the stable version of documentation does not work. It links to something like this: https://github.com/ManimCommunity/manim/blob/stable/manim/mobject/changing.py which is a 404 error.

Expected behavior

Source links should link to a file containing source code for the stable version.

How to reproduce the issue

On the documentatio

stephentyrone
stephentyrone commented Nov 2, 2020

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

Improve this page

Add a description, image, and links to the math topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the math topic, visit your repo's landing page and select "manage topics."

Learn more