Skip to content
#

math

Here are 4,182 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 Dec 21, 2020
  • PHP
markor
gsantner
gsantner commented Dec 28, 2020

General information

  • App version: 2.5
  • System: Android 11

Description

  • The goal is to add feature to app to disallow screenshots of the running Markor app (so other apps cannot screenshot or see what you write).
  • Should be a settings option to enable/disable globally for all activities in the Markor app
  • Make it enabled by default
  • Optionally, if you find some o
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