-
Updated
Dec 17, 2020 - JavaScript
math
Here are 4,028 public repositories matching this topic...
-
Updated
Sep 4, 2020 - CSS
-
Updated
Dec 16, 2020 - JavaScript
-
Updated
Dec 17, 2020 - Go
The following behavior was introduced in 1.7.
simplify in some circumstances transforms sign(x) into a Piecewise involving x / Abs(x); somehow this transformed expression can lead to incorrect solutions from solve and solveset.
Consider, e.g., f(x) = x * sign(x), which has a zero at x == 0. After simplifying, even though the Piecewise function explicitly states the case `f
-
Updated
Nov 28, 2020 - Python
-
Updated
May 16, 2020 - Swift
-
Updated
Nov 3, 2020
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Nov 12, 2020 - C#
-
Updated
Nov 25, 2020 - TeX
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 14, 2020 - PHP
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 2, 2019 - C++
-
Updated
Nov 6, 2018 - Swift
-
Updated
Dec 15, 2020 - Python
-
Updated
Nov 5, 2020
-
Updated
Jul 9, 2020 - Java
General information
- App version: 2.4
Description
Required by google play: targetSdk 29 minimum. Set legacy storage flag to true, should work still till targetSdk 30.
-
Updated
Aug 30, 2019 - Swift
-
Updated
Dec 16, 2020 - D
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-
Updated
Nov 27, 2020 - C++
Improve this page
Add a description, image, and links to the math topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the math topic, visit your repo's landing page and select "manage topics."
The version of
flow-typedfor Jest is v24.x.x, but we use v26.