Created
November 4, 2018 01:01
-
-
Save mikebuss/ea0617b2a675638a3cae6fd3eec8ed39 to your computer and use it in GitHub Desktop.
math-helper.swift
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
class MathHelper { | |
lazy var pi: Double = { | |
// Calculate pi to a crazy number of digits | |
return resultOfCalculation | |
}() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment