This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**Nasr, Seyyed Hossein (b. 1351/1933), editor-in-chief. The Study Quran: A New Translation and Commentary. Canar K. Dagli (b. 1394/1974), Maria Massi Dakake (b. 1388/1968), and Joseph E. B. Lumbard (b. 1389/1969), general eds. Mohammed Rustom (b. c. 1402/1982), assistant ed. New York: HarperOne, 2017. lix, 1988 pp. | |
The five named editors, who are also the translators, are all well-known scholars. Born in Iran, Seyyed Hossein Nasr migrated to the United States after the Iranian Revolution of 1978-1979. From 1984, he has been a professor at George Washington University in Washington, DC. He is the author of many books on Muslim spirituality and philosophy, including the well-known and influential introduction to Islam, ideals and realities of Islam. Born in the United States and of Circassian descent, Caner Karacay Dagli who holds a Ph.D from Princeton University, is a professor of Religious Studies at the College of the Holy Cross. He specializes in Sufism, Islamic Philosophy, interfaith dialogue, and, Qur'an |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static void main(String[] args) | |
{ | |
// (2, 3) | |
double x1 = 2; | |
double y1 = 3; | |
// (5, 0) | |
double x2 = 5; | |
double y2 = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Main | |
{ | |
public static void main(String[] args) | |
{ | |
// (2, 3) | |
double x1 = 2; | |
double y1 = 3; | |
// (5, 0) | |
double x2 = 5; |