Skip to content
#

real

Here are 181 public repositories matching this topic...

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
enhancement good first issue question
ReaLTaiizor
ShiiikK
ShiiikK commented Jun 4, 2022

Hey i love your work, but i hope that you will make your notifications sizeable.
Especially the ForeverNotification, my Text is always 5-10 chars to long, German is a rought language u know :)

Also there is missing the Text.Length Property, which I find very important, because a constantly pre-marked text looks very ugly.
I prefer to pretend all TextBoxes are not selected and the cursor alwa

bug enhancement good first issue
gsilvamartin
gsilvamartin commented Dec 30, 2019

Is your feature request related to a problem? Please describe.

So far, when the user enters a code that does not have permission only an error notification appears for him.

Describe the solution you'd like

Create a default page where it shows the user that they do not have permission to access the code.

help wanted good first issue hacktoberfest

Improve this page

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

Learn more