Skip to content
#

mathematics

Here are 5,244 public repositories matching this topic...

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

  • Updated Feb 6, 2020
root
stephentyrone
stephentyrone commented Nov 2, 2020

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
ntamas
ntamas commented Sep 14, 2021

What is the feature or improvement you would like to see?

The installation part in the documentation should be extended with a listing of the most common CMake options.

Use cases for the feature

E.g., turning off IGRAPH_WARNINGS_AS_ERRORS is particularly useful for downstream projects that compile igraph as part of their toolchain if the toolchain itself throws warnings that we

Improve this page

Add a description, image, and links to the mathematics 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 mathematics topic, visit your repo's landing page and select "manage topics."

Learn more