The Wayback Machine - https://web.archive.org/web/20200304113310/https://github.com/topics/math
Skip to content
#

math

Here are 3,109 public repositories matching this topic...

freeCodeCamp
RandellDawson
RandellDawson commented Mar 2, 2020

Following up on the comment on PR 38309, the following English challenge tests need to be updated as described, as the non-English version were translating these when they should not have been translated.

  • Standardize Times with the HTML5 datetime Attribute
    Issues: All tests need to be re-translated

  • Use

WangLianpla83
WangLianpla83 commented Nov 4, 2019

注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题

注意:请不要乱开无意义的 Issue,违者直接加黑名单

注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)

FreeCodeCamp.cn Issue 模板

如何使用本模板:

  • 尽可能多填些相关信息,方便管理员参考
  • 对于无法给出的内容,请删除掉那一行

以上内容请在提交 Issue 之前删除

浏览器信息

  • 浏览器名称,版本号
  • 操作系统
m93a
m93a commented Feb 2, 2020

Advanced CAS systems let users define their own symbols and perform symbolic operations with them. Example in Sympy. Since all math.js functions can operate on complex numbers (that means they have to call add and mul methods instead of JavaScript + and * operators), it should be really straightforward to implement something l

1samhay
1samhay commented Feb 11, 2020

The Heaviside function should be built in, but the following code throws the error Name Heaviside not defined. Trying to define Heaviside myself did nothing - based on the Traceback I guess it should be defined within lambdifygenerated.

from sympy import *
from IPython.display import display
mux, s, Px, Py, Pxe, Pye = symbols("mu_X s P_X P_Y P_X^* P_Y^*", positive=True)
vx,
braddabug
braddabug commented Nov 30, 2017

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

trusktr
trusktr commented Jul 8, 2017

That would be a nice tutorial.

Right now, in the 3D tutorial, we learn how to pull textures from a separate canvas very easily by modifying the tutorial to simply pass in the HTMLCanvasElement to gl.texImage2D. And we easily know how to render 3D scenes to a 3D canvas, so we can easily being the 3D drawing of one canvas and render it as a texture on the mesh in another canvas.

But I thin

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 Feb 27, 2020
  • PHP

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

You can’t perform that action at this time.