-
Updated
Nov 6, 2020 - JavaScript
math
Here are 3,912 public repositories matching this topic...
-
Updated
Sep 4, 2020 - CSS
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Oct 18, 2020 - Go
Consider the following system and its solution:
from sympy import *
from sympy.abc import j,f
# augmented matrix
a=Matrix([
[1, 1, 1, 1, 1, 1, 1, 1, 1],
[0, -1, 0, -1, 0, -1, 0, -1, -j],
[0, 0, 0, 0, 1, 1, 1, 1, f]
])
x=Matrix(list(linsolve(a))[0])
# check if x is a solution
a[:,:-1]*x-a[:,-1] # should be all 0 but the second term is 'tau0-tau1'
Do you have an
-
Updated
Oct 1, 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
Nov 2, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 12, 2020 - C#
-
Updated
Oct 19, 2020 - TeX
-
Updated
Feb 18, 2020 - Go
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Oct 23, 2020 - PHP
-
Updated
Nov 2, 2019 - C++
-
Updated
Nov 6, 2018 - Swift
-
Updated
Nov 5, 2020
-
Updated
Nov 1, 2020 - Python
-
Updated
Jul 9, 2020 - Java
General information
- App version: 2.3
- System: Android 8
Description
The goal is to first check if it's easy possible to add PDF viewing to Markor, using Mozilla's pdf.js. If so, add it to Markor.
Note: There are many (java/c/native) alternatives out there, however only javascript based is of interest for Markor --->
-
Updated
Aug 30, 2019 - Swift
-
Updated
Nov 4, 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
Sep 6, 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-typed
for Jest is v24.x.x, but we use v26.