-
Updated
May 30, 2022 - TypeScript
math
Here are 7,322 public repositories matching this topic...
-
Updated
Aug 2, 2021 - CSS
-
Updated
May 27, 2022 - Go
-
Updated
May 27, 2022 - JavaScript
Enhancement proposal
There are a lot of tests in manim which deliver some good quality testing. As such it would be a good idea to also rework some of the tests to give a more useful output.
I have two expressions, one adding a symbol to a matrix, the other adding a matrix to a symbol
import sympy
A = sympy.MatrixSymbol('A', 1, 1)
sy_b = sympy.Symbol('b')
sym_plus_mat = sympy.MatAdd(sy_b, A, evaluate=False)
mat_plus_sym = sympy.MatAdd(A, sy_b, evaluate=False)
I can print
both of these expressions without problem:
print(sym_plus_mat)
print
-
Updated
Apr 1, 2022 - Python
-
Updated
May 27, 2022 - Java
-
Updated
Jan 14, 2021 - Swift
-
Updated
May 13, 2022
-
Updated
Dec 10, 2021 - TeX
I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:
#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION
That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 30, 2022 - Elixir
-
Updated
May 29, 2022 - Python
-
Updated
Apr 18, 2022 - Go
General information
- App version: 2.6.0 (122) , F-Droid
- System: OnePlus 5t, Android 9
Description
At the moment, Markor allows to take a photo using the system camera app, place it into the directory of the note file, and insert the relevant markdown into the file.
I would like to ask that videos (obtained form exactly the same source) be attachable exactly the sa
-
Updated
May 26, 2022 - Python
-
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 22, 2022 - C
-
Updated
May 9, 2022 - C++
-
Updated
May 16, 2022
-
Updated
Apr 20, 2021 - Swift
-
Updated
May 30, 2022 - D
-
Updated
Oct 14, 2021 - Rich Text Format
-
Updated
Dec 31, 2021
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."
Right now
toSplitInto
usesdisplay: false
for all tests.