<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s-takaya1027</author_name>
  <author_url>https://blog.hatena.ne.jp/s-takaya1027/</author_url>
  <blog_title>何かやってみるブログ</blog_title>
  <blog_url>https://takayasugiyama.com/</blog_url>
  <categories>
  </categories>
  <description>今回はA Tour of GoのBasicsの章のExerciseを解いてみたので、メモ代わりに残します。 Exercise: Loops and Functions https://go-tour-jp.appspot.com/flowcontrol/8 package main import ( &quot;fmt&quot; ) func Sqrt(x float64) float64 { z := 1.0 for i := 0; i &lt; 10; i++ { z -= (z*z - x) / (2 * z) } return z } func main() { fmt.Println(Sqrt(2)) } …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakayasugiyama.com%2Fentry%2F2020%2F07%2F26%2F014709&quot; title=&quot;A Tour of Go(Basics)のExerciseを解いてみた - 何かやってみるブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/145801001/1577264137525745</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-07-26 01:47:09</published>
  <title>A Tour of Go(Basics)のExerciseを解いてみた</title>
  <type>rich</type>
  <url>https://takayasugiyama.com/entry/2020/07/26/014709</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
