Skip to content
View disktnk's full-sized avatar

Organizations

@pfnet @sensorbee @pfnet-research @chainer @kubeflow
Block or Report

Block or report disktnk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 複素数偏角でFizzBuzz 元ネタ:Fizzbuzz in Comp... 複素数偏角でFizzBuzz 元ネタ:Fizzbuzz in Complex Plane http://www.slideshare.net/KaoruMaeda/fizzbuzz-16341544 (2013/02/11 フォーマットでswitchを消せることに気付き fizzbuzz2 メソッドを追記)
    1
    import org.apache.commons.math3.complex.Complex;
    2
    
                  
    3
    public class ComplexArgFizzBuzz {
    4
    
                  
    5
    	public String fizzbuzz(int n) {