Skip to content

Instantly share code, notes, and snippets.

@mikebuss
Created November 4, 2018 01:01
Show Gist options
  • Save mikebuss/ea0617b2a675638a3cae6fd3eec8ed39 to your computer and use it in GitHub Desktop.
Save mikebuss/ea0617b2a675638a3cae6fd3eec8ed39 to your computer and use it in GitHub Desktop.
math-helper.swift
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