Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C code_review
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Hajar Hamidian
  • code_review
  • Merge requests
  • !18

Open
Created Nov 08, 2018 by Shailaja Jagnatham Bhaktawara@fa2465
  • Report abuse
Report abuse

Patch8

  • Overview 17
  • Commits 6
  • Changes 2

The Switch Case 1 Following Errors may occur:: a / b When an attempt is made to divide by a variable containing a value of zero. A divide by zero error Switch Case 5 Following Errors may occur:: pow(a, b) If base is finite and negative and exp is finite and non-integer, a domain error occurs and a range error may occur. If base is zero and exp is zero, a domain error may occur. If base is zero and exp is negative, a domain error or a pole error may occur. Switch Case 6 Following Errors may occur:: sqrt(a) If the argument is less than -0, FE_INVALID is raised and NaN is returned. If the argument is +∞ or ±0, it is returned, unmodified. If the argument is NaN, NaN is returned Switch Case 13 Following Error may occur:: log(a) If the argument is ±0, -∞ is returned and FE_DIVBYZERO is raised. If the argument is 1, +0 is returned If the argument is negative, NaN is returned and FE_INVALID is raised. If the argument is +∞, +∞ is returned If the argument is NaN, NaN is returned

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: patch8