Home Whiteboard Graphing Calculator Online Compilers Articles Tools

Explore Categories

Find the perfect tutorial for your learning journey

Python TechnologiesDatabasesComputer ProgrammingWeb DevelopmentJava TechnologiesComputer ScienceMobile DevelopmentBig Data & AnalyticsMicrosoft TechnologiesDevOpsLatest TechnologiesMachine LearningDigital MarketingSoftware QualityManagement Tutorials View All Categories
Tutorials Courses Jobs Login
Rexx Tutorial
  • Rexx - Home
  • Rexx - Overview
  • Rexx - Environment
  • Rexx - Installation
  • Rexx - Installation of Plugin-Ins
  • Rexx - Basic Syntax
  • Rexx - Datatypes
  • Rexx - Variables
  • Rexx - Operators
  • Rexx - Arrays
  • Rexx - Loops
  • Rexx - Decision Making
  • Rexx - Numbers
  • Rexx - Strings
  • Rexx - Functions
  • Rexx - Stacks
  • Rexx - File I/O
  • Rexx - Functions For Files
  • Rexx - Subroutines
  • Rexx - Built-In Functions
  • Rexx - System Commands
  • Rexx - XML
  • Rexx - Regina
  • Rexx - Parsing
  • Rexx - Signals
  • Rexx - Debugging
  • Rexx - Error Handling
  • Rexx - Object Oriented
  • Rexx - Portability
  • Rexx - Extended Functions
  • Rexx - Instructions
  • Rexx - Implementations
  • Rexx - Netrexx
  • Rexx - Brexx
  • Rexx - Databases
  • Handheld & Embedded
  • Rexx - Performance
  • Rexx - Best Programming Practices
  • Rexx - Graphical User Interface
  • Rexx - Reginald
  • Rexx - Web Programming
  • Rexx - Quick Guide
  • Rexx - Useful Resources
  • Rexx - Discussion
Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Online Resume Builder
  • HR Interview Questions
  • Computer Glossary
  • Who is Who
Home Rexx Rexx - acos Command

Rexx - acos Command



Previous
Quiz
Next

This command is used to get the arc-cosine conversion of a number.

Syntax

acos(value) 

Parameters

  • value − The value as an input to the arc-cosine function.

Return Value

This method returns the arc-cosine value of the input-ed number.

Example

/* Main program */ 
say acos(0.23)

When we run the above program we will get the following result.

Output

1.3387186 
rexx_brexx.htm
Previous Quiz Next
Advertisements
  • ABOUT US
  • OUR TEAM
  • CAREERS
  • JOBS
  • CONTACT US
  • TERMS OF USE
  • PRIVACY POLICY
  • REFUND POLICY
  • COOKIES POLICY
  • FAQ'S
tutorials point logo
Download Android App Download IOS App

Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.

Copyright 2026. All Rights Reserved.