-
Updated
May 9, 2022 - TypeScript
math
Here are 7,211 public repositories matching this topic...
misc nits
If there is a nit identified on a PR, an inconsequential change that could be made but is maybe not worth the extra test cycle, enter it here.
If you have a PR that can include one of these changes, mark it as done and add the PR reference after it, in braces
TODO
- keep illegal as _illegal {#23154}
- incase -> in case in factorials.py identified in #23121
-
Updated
Nov 6, 2018 - Swift
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
May 6, 2022 - C++
-
Updated
May 8, 2022 - C
-
Updated
May 7, 2022
-
Updated
Apr 20, 2021 - Swift
-
Updated
May 8, 2022 - D
-
Updated
Oct 14, 2021 - Rich Text Format
-
Updated
Dec 31, 2021
-
Updated
Apr 30, 2022 - Rust
-
Updated
Oct 8, 2021 - Rust
-
Updated
Feb 22, 2022 - SCSS
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Nov 27, 2021 - JavaScript
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Apr 28, 2022 - C++
-
Updated
May 9, 2022 - C++
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
May 7, 2022 - PHP
-
Updated
May 6, 2022 - C
-
Updated
Feb 20, 2022 - C
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
May 12, 2021 - Jupyter Notebook
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 text tutorial should get one example for multiline text:
E.g
Maybe even more advanced with automatic line break and left aligned text.