Computing desk | ||
---|---|---|
< October 24 | << Sep | October | Nov >> | October 26 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
Hi all. I'm an editor at Arabic Wikipedia and there is someone who blind asked us if . there is a wiki system for special options to content management, to Accessible appoint for blind users to browse and edit articles easier? thanks. --Q argun Q (talk) 11:32, 25 October 2013 (UTC)
In Drupal i hear the acronym API time and again. could someone elaborate of it's full meaning, in simple words? (I am not a student of Computer sciences) Thanks. 109.66.110.231 (talk) 17:07, 25 October 2013 (UTC)
libmath
, which contains many mathematical functions. One function it contains is sqrt
, the square root function, whose documentation looks like this:double sqrt (double x) Returns the square root of the argument, in double precision format. If x is negative, the function generates a floating point exception.
This is all the information that a programmer needs in order to use the function -- the programmer never needs to look at the code that actually calculates square roots. To sum it up, an API is the mechanism that allows programmers to use generic code that other programmers have written. Looie496 (talk) 22:50, 25 October 2013 (UTC)
userProfileDisp
and will display a user's profile. This saves you from having to write the possibly dozens of lines of code to do just that yourself. Dismas|(talk) 23:28, 25 October 2013 (UTC)